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