Add Kconfig to allow own board setup

This commit is contained in:
dumam 2021-11-07 03:26:16 +01:00
parent b45ecb4de4
commit 6b04505fc5

View file

@ -507,6 +507,8 @@ rsource "boards/shields/*/Kconfig.shield"
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.defconfig"
osource "$(ZMK_CONFIG)/boards/shields/*/Kconfig.shield"
osource "$(ZMK_CONFIG)/boards/arm/*/Kconfig.defconfig"
osource "$(ZMK_CONFIG)/boards/arm/*/Kconfig.boards"
source "Kconfig.zephyr"