-
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¶
- “y” if
ADC
&&SOC_QUARK_SE_C1000_SS
Kconfig definitions¶
At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:129
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config ADC_DW bool default "y" ifADC
&&SOC_QUARK_SE_C1000_SS
depends onADC
&&SOC_QUARK_SE_C1000_SS
At drivers/adc/Kconfig.dw:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:87
Menu path: (top menu) → Device Drivers → ADC drivers
menuconfig ADC_DW bool prompt "ARC Designware Driver" ifARC
&&ADC
selectADC_0
ifARC
&&ADC
depends onARC
&&ADC
help Enable the driver implementation of the Designware ADC IP.
(Definitions include propagated dependencies, including from if’s and menus.)