:orphan: .. title:: GPIO_SIFIVE .. option:: CONFIG_GPIO_SIFIVE *SiFive Freedom Processor GPIO driver* Type: ``bool`` Help ==== Enable driver for the SiFive Freedom GPIO controller. Says n if not sure. Direct dependencies =================== \ :option:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.sifive:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:48`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: config GPIO_SIFIVE bool "SiFive Freedom Processor GPIO driver" depends on \ :option:`SOC_RISCV_SIFIVE_FREEDOM ` && \ :option:`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.)*