-
CONFIG_ADC_NRFX_ADC¶
nRF ADC nrfx driver
Type: bool
Help¶
Enable support for nrfx ADC driver for nRF51 MCU series.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/adc/Kconfig.nrfx:10
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:48 → drivers/adc/Kconfig:43
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_NRFX_ADC
bool "nRF ADC nrfx driver"
default y
select NRFX_ADC
select ADC_CONFIGURABLE_INPUTS
depends on HAS_HW_NRF_ADC && n && ADC
help
Enable support for nrfx ADC driver for nRF51 MCU series.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)