From 6b04505fc5433ffa07ba150f71b7aa8f1ae2eb6b Mon Sep 17 00:00:00 2001 From: dumam Date: Sun, 7 Nov 2021 03:26:16 +0100 Subject: [PATCH] Add Kconfig to allow own board setup --- app/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Kconfig b/app/Kconfig index 3502c652..25456b15 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -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"