:orphan: .. title:: CONFIG_I2C_RCAR .. kconfig:: CONFIG_I2C_RCAR CONFIG_I2C_RCAR ############### *Renesas R-Car I2C Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Renesas R-Car I2C Driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_RCAR ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2c/Kconfig.rcar:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:45`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_RCAR bool "Renesas R-Car I2C Driver" depends on SOC_FAMILY_RCAR && I2C help Enable Renesas R-Car I2C Driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*