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"