-
CONFIG_ADC_NRFX_ADC
¶
nRF ADC nrfx driver
Type: bool
Help¶
Enable support for nrfx ADC driver for nRF51 MCU series.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NRFX_ADC
ifHAS_HW_NRF_ADC
&&ADC
ADC_CONFIGURABLE_INPUTS
ifHAS_HW_NRF_ADC
&&ADC
Kconfig definition¶
At drivers/adc/Kconfig.nrfx:9
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:48
→ drivers/adc/Kconfig:91
Menu path: (top menu) → Device Drivers → ADC drivers
config ADC_NRFX_ADC bool prompt "nRF ADC nrfx driver" ifHAS_HW_NRF_ADC
&&ADC
selectNRFX_ADC
ifHAS_HW_NRF_ADC
&&ADC
selectADC_CONFIGURABLE_INPUTS
ifHAS_HW_NRF_ADC
&&ADC
depends onHAS_HW_NRF_ADC
&&ADC
help Enable support for nrfx ADC driver for nRF51 MCU series.
(Definitions include propagated dependencies, including from if’s and menus.)