:orphan: .. title:: ADC .. option:: CONFIG_ADC *ADC drivers* Type: ``bool`` Help ==== Enable ADC (Analog to Digital Converter) driver configuration. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig ADC bool "ADC drivers" help Enable ADC (Analog to Digital Converter) driver configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*