:orphan: .. title:: CONFIG_GPIO_RCAR .. kconfig:: CONFIG_GPIO_RCAR CONFIG_GPIO_RCAR ################ *Renesas RCAR GPIO* Type: ``bool`` Help ==== .. code-block:: none Enable Renesas RCAR GPIO driver. Direct dependencies =================== \ :kconfig:`SOC_SERIES_RCAR_GEN3 ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/gpio/Kconfig.rcar:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:92`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig config GPIO_RCAR bool "Renesas RCAR GPIO" depends on SOC_SERIES_RCAR_GEN3 && GPIO help Enable Renesas RCAR GPIO driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*