:orphan: .. title:: CONFIG_SENSOR_SHELL .. kconfig:: CONFIG_SENSOR_SHELL CONFIG_SENSOR_SHELL ################### *Enable sensor shell* Type: ``bool`` Help ==== .. code-block:: none This shell provides access to basic sensor data. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`SHELL_MINIMAL ` Symbols selected by this symbol =============================== - \ :kconfig:`CBPRINTF_FP_SUPPORT ` Kconfig definition ================== At ``/sensor/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config SENSOR_SHELL bool "Enable sensor shell" default y if !SHELL_MINIMAL select CBPRINTF_FP_SUPPORT depends on SHELL && SENSOR help This shell provides access to basic sensor data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*