:orphan: .. title:: CONFIG_ADC_SHELL .. kconfig:: CONFIG_ADC_SHELL CONFIG_ADC_SHELL ################ *Enable ADC Shell* Type: ``bool`` Help ==== .. code-block:: none Enable ADC Shell for testing. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/adc/Kconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*