-
CONFIG_GPIO_NRFX
¶
nRF GPIO driver
Type: bool
Help¶
Enable GPIO driver for nRF line of MCUs.
Defaults¶
- “y” if
SOC_FAMILY_NRF
&&GPIO
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifSOC_FAMILY_NRF
&&GPIO
Kconfig definition¶
At drivers/gpio/Kconfig.nrfx:6
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:45
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_NRFX bool prompt "nRF GPIO driver" ifSOC_FAMILY_NRF
&&GPIO
default "y" 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.)