:orphan: .. title:: CONFIG_GPIO_LITEX .. kconfig:: CONFIG_GPIO_LITEX CONFIG_GPIO_LITEX ################# *Litex GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable Litex GPIO driver. Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`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:42`` → ``/Kconfig:36`` → ``/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.)*