sdk-hwV1.3/lichee/melis-v3.0/source/ekernel/arch/Kconfig

23 lines
282 B
Plaintext
Executable File

menu "ARCH Support"
config RISCV
bool "Support riscv ISA processors"
default y
if RISCV
source "ekernel/arch/riscv/Kconfig"
endif
config PANIC_CLI
bool "Enter CLI When Crash"
default y
if PANIC_CLI
config PANIC_CLI_PWD
bool "Panic CLI Password"
default y
endif
endmenu