From e94f4a65a7bfcfb9585323748de64509fe7e2991 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Mon, 23 Mar 2020 13:48:56 +0100 Subject: [PATCH] Kconfig: Optionally add CPU-specific symbols --- Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kconfig b/Kconfig index 086360a49a..99f62e79fa 100644 --- a/Kconfig +++ b/Kconfig @@ -9,6 +9,8 @@ mainmenu "RIOT Configuration" # For now, get used modules as macros from this file (see kconfig.mk) osource "$(KCONFIG_GENERATED_DEPENDENCIES)" +orsource "$(RIOTCPU)/$(CPU)/Kconfig" + # The application may declare new symbols as well osource "$(APPDIR)/Kconfig"