CONFIG_ADC_DW

ARC Designware Driver

Type: bool

Help

Enable the driver implementation of the Designware ADC IP.

Direct dependencies

(ADC && SOC_QUARK_SE_C1000_SS) || (ARC && ADC)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:129

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config ADC_DW
    bool
    default "y" if ADC && SOC_QUARK_SE_C1000_SS
    depends on ADC && SOC_QUARK_SE_C1000_SS

At drivers/adc/Kconfig.dw:9

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

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

menuconfig ADC_DW
    bool
    prompt "ARC Designware Driver" if ARC && ADC
    select ADC_0 if ARC && ADC
    depends on ARC && ADC
    help
      Enable the driver implementation of the Designware ADC IP.

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