CONFIG_ADC_NRFX_ADC

nRF ADC nrfx driver

Type: bool

Help

Enable support for nrfx ADC driver for nRF51 MCU series.

Direct dependencies

HAS_HW_NRF_ADC && ADC

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/adc/Kconfig.nrfx:9

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

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

config ADC_NRFX_ADC
    bool
    prompt "nRF ADC nrfx driver" if HAS_HW_NRF_ADC && ADC
    select NRFX_ADC if HAS_HW_NRF_ADC && ADC
    select ADC_CONFIGURABLE_INPUTS if HAS_HW_NRF_ADC && ADC
    depends on HAS_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.)