CONFIG_SENSOR_SHELL

Enable sensor shell

Type: bool

Help

This shell provides access to basic sensor data.

Direct dependencies

SHELL && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/sensor/Kconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62

Menu path: (Top) → Device Drivers → Sensor Drivers

config SENSOR_SHELL
    bool "Enable sensor shell"
    default y
    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.)