You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
840 B

menu "MNTN - function menu"
config PLATFORM_MAINTAIN
bool "platform maintain module support"
default n
help
Say yes here to support platform maintain module
config MNTN_PC
bool "PC platform"
default n
help
Say yes here to support the pc platform
config MNTN_EXTENDLOG
bool "mntn extend logs"
depends on PLATFORM_MAINTAIN
default n
help
Say 'Y' here if you want to save sdk logs.
config MNTN_SYSLOG
bool "sys logs for auto test"
depends on PLATFORM_MAINTAIN
default n
help
Say 'Y' here if you want to save logs.
-source "drivers/huanglong/mntn/blackbox/Kconfig"
-source "drivers/huanglong/mntn/debug/Kconfig"
-source "drivers/huanglong/mntn/kdump/Kconfig"
-source "drivers/huanglong/mntn/wdg/Kconfig"
endmenu