CONFIG_ADC_NRFX_SAADC¶
nRF SAADC nrfx driver
Type: bool
Help¶
Enable support for nrfx SAADC driver.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/adc/Kconfig.nrfx:29
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:50
→ <Zephyr Driver>/adc/Kconfig:45
Menu path: (Top) → Device Drivers → ADC drivers
config ADC_NRFX_SAADC
bool "nRF SAADC nrfx driver"
default y
select ADC_CONFIGURABLE_INPUTS
depends on HAS_HW_NRF_SAADC && n && ADC
help
Enable support for nrfx SAADC driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)