diff --git a/Kconfig b/Kconfig index 11f08ce3176..0ca954748d6 100644 --- a/Kconfig +++ b/Kconfig @@ -497,7 +497,12 @@ config ARCH_SETJMP_H choice prompt "debug.h selection" - default ARCH_DEBUG_H + default ARCH_NONE_DEBUG_H + +config ARCH_NONE_DEBUG_H + bool "None" + ---help--- + No debug.h under include/arch/ and include/arch/chip. config ARCH_DEBUG_H bool "debug.h"