:orphan: .. title:: ADC_NRFX_SAADC .. option:: CONFIG_ADC_NRFX_SAADC *nRF SAADC nrfx driver* Type: ``bool`` Help ==== Enable support for nrfx SAADC driver. Direct dependencies =================== \ :option:`HAS_HW_NRF_SAADC ` && n && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`ADC_CONFIGURABLE_INPUTS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/adc/Kconfig.nrfx:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:48`` → ``drivers/adc/Kconfig:43`` Menu path: (Top) → Device Drivers → ADC drivers .. parsed-literal:: config ADC_NRFX_SAADC bool "nRF SAADC nrfx driver" default y select \ :option:`ADC_CONFIGURABLE_INPUTS ` depends on \ :option:`HAS_HW_NRF_SAADC ` && n && \ :option:`ADC ` help Enable support for nrfx SAADC driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*