The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ADC_SHELL

Enable ADC Shell

Type: bool

Help

Enable ADC Shell for testing.

Direct dependencies

SHELL && ADC

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/adc/Kconfig:18

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:50

Menu path: (Top) → Device Drivers → ADC drivers

config ADC_SHELL
    bool "Enable ADC Shell"
    default y
    depends on SHELL && ADC
    help
      Enable ADC Shell for testing.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)