:orphan: .. title:: ADC_SHELL .. option:: CONFIG_ADC_SHELL *Enable ADC Shell* Type: ``bool`` Help ==== Enable ADC Shell for testing. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: config ADC_SHELL bool "Enable ADC Shell" default y depends on \ :option:`SHELL ` && \ :option:`ADC ` help Enable ADC Shell for testing. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*