:orphan: .. title:: DEVICE_SHELL .. option:: CONFIG_DEVICE_SHELL *Enable device shell* Type: ``bool`` Help ==== .. code-block:: none This shell provides access to basic device data. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/modules/Kconfig:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` → ``/shell/Kconfig:210`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config DEVICE_SHELL bool "Enable device shell" default y if !SHELL_MINIMAL depends on SHELL help This shell provides access to basic device data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*