CONFIG_GPIO_NEORV32¶
NEORV32 GPIO driver
Type: bool
Help¶
Enable NEORV32 GPIO driver.
Direct dependencies¶
SOC_SERIES_NEORV32
&& SYSCON
&& GPIO
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At drivers/gpio/Kconfig.neorv32:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/gpio/Kconfig:116
Menu path: (Top) → Device Drivers → GPIO Drivers
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.)