:orphan: .. title:: CONFIG_ADC_NRFX_SAADC .. kconfig:: CONFIG_ADC_NRFX_SAADC CONFIG_ADC_NRFX_SAADC ##################### *nRF SAADC nrfx driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for nrfx SAADC driver. Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_SAADC ` && n && \ :kconfig:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`ADC_CONFIGURABLE_INPUTS ` Kconfig definition ================== At ``/adc/Kconfig.nrfx:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:50`` → ``/adc/Kconfig:45`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig 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.)*