Update debug.h selection with none debug.h option

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I31dd3add1172bf650b689c2569f6bdde7d5f4b3c
This commit is contained in:
liuhaitao
2020-11-05 21:10:56 +08:00
parent c2b8086496
commit dc8964c579
+6 -1
View File
@@ -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"