:orphan: .. title:: CONFIG_GPIO_RCAR .. kconfig:: CONFIG_GPIO_RCAR CONFIG_GPIO_RCAR ################ *Renesas R-Car GPIO* Type: ``bool`` Help ==== .. code-block:: none Enable Renesas RCAR GPIO driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_RCAR ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/gpio/Kconfig.rcar:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:102`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig 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.)*