-
CONFIG_DEVICE_SHELL
¶
Enable device shell
Type: bool
Help¶
This shell provides access to basic device data.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/shell/modules/Kconfig:12
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:24
→ subsys/shell/Kconfig:146
Menu path: (Top) → Shell
config DEVICE_SHELL
bool "Enable device shell"
depends on SHELL
help
This shell provides access to basic device data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)