:orphan: .. title:: ADC_NRFX_ADC .. option:: CONFIG_ADC_NRFX_ADC *nRF ADC nrfx driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for nrfx ADC driver for nRF51 MCU series. Direct dependencies =================== \ :option:`HAS_HW_NRF_ADC ` && n && \ :option:`ADC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_ADC ` - \ :option:`ADC_CONFIGURABLE_INPUTS ` Kconfig definition ================== At ``/adc/Kconfig.nrfx:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:48`` → ``/adc/Kconfig:45`` Menu path: (Top) → Device Drivers → ADC drivers .. code-block:: kconfig config ADC_NRFX_ADC bool "nRF ADC nrfx driver" default y select NRFX_ADC select ADC_CONFIGURABLE_INPUTS depends on HAS_HW_NRF_ADC && n && ADC help Enable support for nrfx ADC driver for nRF51 MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*