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

Symbols selected by this symbol

Kconfig definitions

At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:128

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config ADC_INTEL_QUARK_D2000
    bool
    default "y" if ADC && SOC_SERIES_QUARK_D2000
    depends on ADC && SOC_SERIES_QUARK_D2000

At drivers/adc/Kconfig.intel_quark:9

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:48drivers/adc/Kconfig:97

Menu path: (top menu) → Device Drivers → ADC drivers

menuconfig ADC_INTEL_QUARK_D2000
    bool
    prompt "ADC Driver for Intel Quark D2000" if SOC_QUARK_D2000 && ADC
    select ADC_0 if SOC_QUARK_D2000 && ADC
    depends on SOC_QUARK_D2000 && ADC
    help
      Enable the ADC driver implementation of the Intel Quark D2000.

(Definitions include propagated dependencies, including from if’s and menus.)