CONFIG_GPIO_SIFIVE_GPIO_NAME

GPIO driver name

Type: string

Direct dependencies

GPIO_SIFIVE && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.sifive:18

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:63

Menu path: (top menu) → Device Drivers → GPIO Drivers → SiFive Freedom Processor GPIO driver

config GPIO_SIFIVE_GPIO_NAME
    string
    prompt "GPIO driver name" if GPIO_SIFIVE && GPIO
    default "gpio0" if GPIO_SIFIVE && GPIO
    depends on GPIO_SIFIVE && GPIO

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