:orphan: .. title:: ADC_CC32XX .. option:: CONFIG_ADC_CC32XX *CC32XX ADC driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the CC32XX ADC driver. Direct dependencies =================== \ :option:`SOC_SERIES_CC32XX ` && \ :option:`SOC_FAMILY_TISIMPLELINK ` && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/adc/Kconfig.cc32xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:61`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_CC32XX bool "CC32XX ADC driver" default n depends on SOC_SERIES_CC32XX && SOC_FAMILY_TISIMPLELINK && ADC help This option enables the CC32XX ADC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*