-
CONFIG_GPIO_NRFX
¶
nRF GPIO driver
Type: bool
Help¶
Enable GPIO driver for nRF line of MCUs.
Direct dependencies¶
(GPIO
&& SOC_FAMILY_NRF
) || (SOC_FAMILY_NRF
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_FAMILY_NRF
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifSOC_FAMILY_NRF
&&GPIO
Kconfig definitions¶
At arch/arm/soc/nordic_nrf/Kconfig.defconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config GPIO_NRFX bool default "y" ifGPIO
&&SOC_FAMILY_NRF
depends onGPIO
&&SOC_FAMILY_NRF
At drivers/gpio/Kconfig.nrfx:6
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:55
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_NRFX bool prompt "nRF GPIO driver" ifSOC_FAMILY_NRF
&&GPIO
selectHAS_DTS_GPIO
ifSOC_FAMILY_NRF
&&GPIO
depends onSOC_FAMILY_NRF
&&GPIO
help Enable GPIO driver for nRF line of MCUs.
(Definitions include propagated dependencies, including from if’s and menus.)