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 <Zephyr>/drivers/gpio/Kconfig.neorv32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:36<Zephyr>/drivers/gpio/Kconfig:114

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.)