The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_ADC_NRFX_SAADC

nRF SAADC nrfx driver

Type: bool

Help

Enable support for nrfx SAADC driver for nRF52 MCU series.

Direct dependencies

HAS_HW_NRF_SAADC && ADC

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

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/adc/Kconfig.nrfx:28

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:46drivers/adc/Kconfig:52

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

config ADC_NRFX_SAADC
    bool
    prompt "nRF SAADC nrfx driver" if HAS_HW_NRF_SAADC && ADC
    default "y" if HAS_HW_NRF_SAADC && ADC
    select ADC_CONFIGURABLE_INPUTS if HAS_HW_NRF_SAADC && ADC
    depends on HAS_HW_NRF_SAADC && ADC
    help
      Enable support for nrfx SAADC driver for nRF52 MCU series.

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