• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config SHELL
2    bool "Enable Shell"
3    default y
4    depends on DEBUG_VERSION
5    help
6      Answer Y to enable LiteOS support shell cmd.
7
8menu "Functionality of Shell"
9    depends on SHELL
10
11config SHELL_LK
12    bool "Enable Shell lk"
13    default y
14    depends on DEBUG_VERSION && SHELL
15    help
16      Answer Y to enable LiteOS support shell lk.
17
18config SHELL_DMESG
19    bool "Enable Shell dmesg"
20    default n
21    depends on DEBUG_VERSION && SHELL && SHELL_CMD_DEBUG
22    help
23      Answer Y to enable LiteOS support shell dmesg.
24
25endmenu
26