-
CONFIG_ADC_SHELL
¶
Enable ADC Shell
Type: bool
Help¶
Enable ADC Shell for testing.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/adc/Kconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:44
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_SHELL
bool "Enable ADC Shell"
depends on ADC
help
Enable ADC Shell for testing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)