CONFIG_GPIO_RCAR

Renesas R-Car GPIO

Type: bool

Help

Enable Renesas RCAR GPIO driver.

Direct dependencies

SOC_FAMILY_RCAR && GPIO

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <Driver>/gpio/Kconfig.rcar:8

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:36<Driver>/gpio/Kconfig:102

Menu path: (Top) → Device Drivers → GPIO Drivers

config GPIO_RCAR
    bool "Renesas R-Car GPIO"
    default n
    depends on SOC_FAMILY_RCAR && GPIO
    help
      Enable Renesas RCAR GPIO driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)