:orphan: .. title:: CONFIG_GPIO_NEORV32 .. kconfig:: CONFIG_GPIO_NEORV32 CONFIG_GPIO_NEORV32 ################### *NEORV32 GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable NEORV32 GPIO driver. Direct dependencies =================== \ :kconfig:`SOC_SERIES_NEORV32 ` && \ :kconfig:`SYSCON ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.neorv32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:116`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_NEORV32 bool "NEORV32 GPIO driver" default n depends on SOC_SERIES_NEORV32 && SYSCON && GPIO help Enable NEORV32 GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*