:orphan: .. title:: CONFIG_GPIO_SIFIVE .. kconfig:: CONFIG_GPIO_SIFIVE CONFIG_GPIO_SIFIVE ################## *SiFive Freedom Processor GPIO driver* Type: ``bool`` Help ==== .. code-block:: none Enable driver for the SiFive Freedom GPIO controller. Says n if not sure. Direct dependencies =================== \ :kconfig:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:58`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_SIFIVE bool "SiFive Freedom Processor GPIO driver" depends on SOC_RISCV_SIFIVE_FREEDOM && GPIO help Enable driver for the SiFive Freedom GPIO controller. Says n if not sure. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*