-
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¶
(ADC
&& SOC_SERIES_QUARK_D2000
) || (SOC_QUARK_D2000
&& ADC
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
ADC
&&SOC_SERIES_QUARK_D2000
Symbols selected by this symbol¶
ADC_0
ifSOC_QUARK_D2000
&&ADC
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:128
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config ADC_INTEL_QUARK_D2000 bool default "y" ifADC
&&SOC_SERIES_QUARK_D2000
depends onADC
&&SOC_SERIES_QUARK_D2000
At drivers/adc/Kconfig.intel_quark:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:97
Menu path: (top menu) → Device Drivers → ADC drivers
menuconfig ADC_INTEL_QUARK_D2000 bool prompt "ADC Driver for Intel Quark D2000" ifSOC_QUARK_D2000
&&ADC
selectADC_0
ifSOC_QUARK_D2000
&&ADC
depends onSOC_QUARK_D2000
&&ADC
help Enable the ADC driver implementation of the Intel Quark D2000.
(Definitions include propagated dependencies, including from if’s and menus.)