:orphan: .. title:: ADC_NRFX_ADC .. option:: CONFIG_ADC_NRFX_ADC *nRF ADC nrfx driver* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/adc/Kconfig.nrfx:10`` 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_ADC bool "nRF ADC nrfx driver" default y select \ :option:`NRFX_ADC ` select \ :option:`ADC_CONFIGURABLE_INPUTS ` depends on \ :option:`HAS_HW_NRF_ADC ` && n && \ :option:`ADC ` help Enable support for nrfx ADC driver for nRF51 MCU series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*