Kconfig 539 字节
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
config SHELL
    bool "Enable Shell"
    default y
    depends on DEBUG_VERSION
    help
      Answer Y to enable LiteOS support shell cmd.

menu "Functionality of Shell"
    depends on SHELL

config SHELL_LK
    bool "Enable Shell lk"
    default y
    depends on DEBUG_VERSION && SHELL
    help
      Answer Y to enable LiteOS support shell lk.

config SHELL_DMESG
    bool "Enable Shell dmesg"
    default n
    depends on DEBUG_VERSION && SHELL && SHELL_CMD_DEBUG
    help
      Answer Y to enable LiteOS support shell dmesg.

endmenu