CONFIG_GPIO_RCAR¶
Renesas R-Car GPIO
Type: bool
Help¶
Enable Renesas RCAR GPIO driver.
Default¶
n
Kconfig definition¶
At drivers/gpio/Kconfig.rcar:8
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:36
→ drivers/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.)