-
CONFIG_GPIO_LITEX¶
Litex GPIO driver
Type: bool
Help¶
Enable Litex GPIO driver.
Direct dependencies¶
SOC_RISCV32_LITEX_VEXRISCV && GPIO
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At drivers/gpio/Kconfig.litex:6
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:34 → drivers/gpio/Kconfig:76
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_LITEX
bool "Litex GPIO driver"
depends on SOC_RISCV32_LITEX_VEXRISCV && GPIO
help
Enable Litex GPIO driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)