:orphan: .. title:: GPIO_NRFX .. option:: CONFIG_GPIO_NRFX *nRF GPIO driver* Type: ``bool`` Help ==== Enable GPIO driver for nRF line of MCUs. Direct dependencies =================== \ :option:`SOC_FAMILY_NRF ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`NRFX_GPIOTE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.nrfx:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_NRFX bool "nRF GPIO driver" default y select \ :option:`NRFX_GPIOTE ` depends on \ :option:`SOC_FAMILY_NRF ` && \ :option:`GPIO ` help Enable GPIO driver for nRF line of MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*