:orphan: .. title:: GPIO_LITEX .. option:: CONFIG_GPIO_LITEX *Litex GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable Litex GPIO driver. Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:76`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*