The latest development version of this page may be more current than this released 1.14.0 version.
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

SOC_RISCV32_SIFIVE_FREEDOM && GPIO

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/gpio/Kconfig.sifive:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:51

Menu path: (top menu) → Device Drivers → GPIO Drivers

menuconfig GPIO_SIFIVE
    bool
    prompt "SiFive Freedom Processor GPIO driver" if SOC_RISCV32_SIFIVE_FREEDOM && GPIO
    select HAS_DTS_GPIO if SOC_RISCV32_SIFIVE_FREEDOM && GPIO
    depends on SOC_RISCV32_SIFIVE_FREEDOM && GPIO
    help
      Enable driver for the SiFive Freedom GPIO controller.

      Says n if not sure.

(Definitions include propagated dependencies, including from if’s and menus.)