:orphan: .. title:: ADC_INTEL_QUARK_D2000 .. option:: CONFIG_ADC_INTEL_QUARK_D2000 *ADC Driver for Intel Quark D2000* Type: ``bool`` Help ==== Enable the ADC driver implementation of the Intel Quark D2000. Direct dependencies =================== (\ :option:`ADC ` && \ :option:`SOC_SERIES_QUARK_D2000 `) || (\ :option:`SOC_QUARK_D2000 ` && \ :option:`ADC `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`ADC ` && \ :option:`SOC_SERIES_QUARK_D2000 ` Symbols selected by this symbol =============================== - \ :option:`ADC_0 ` if \ :option:`SOC_QUARK_D2000 ` && \ :option:`ADC ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:122`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:23`` → ``soc/x86/intel_quark/Kconfig.defconfig:3`` Menu path: (top menu) .. parsed-literal:: config ADC_INTEL_QUARK_D2000 bool default "y" if \ :option:`ADC ` && \ :option:`SOC_SERIES_QUARK_D2000 ` depends on \ :option:`ADC ` && \ :option:`SOC_SERIES_QUARK_D2000 ` ---- At ``drivers/adc/Kconfig.intel_quark:73`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:56`` Menu path: (top menu) → Device Drivers → ADC drivers .. parsed-literal:: menuconfig ADC_INTEL_QUARK_D2000 bool prompt "ADC Driver for Intel Quark D2000" if \ :option:`SOC_QUARK_D2000 ` && \ :option:`ADC ` select \ :option:`ADC_0 ` if \ :option:`SOC_QUARK_D2000 ` && \ :option:`ADC ` depends on \ :option:`SOC_QUARK_D2000 ` && \ :option:`ADC ` help Enable the ADC driver implementation of the Intel Quark D2000. *(Definitions include propagated dependencies, including from if's and menus.)*