CONFIG_I2C_RCAR

Renesas R-Car I2C Driver

Type: bool

Help

Enable Renesas R-Car I2C Driver.

Direct dependencies

SOC_FAMILY_RCAR && I2C

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/i2c/Kconfig.rcar:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:40<Zephyr>/drivers/i2c/Kconfig:44

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

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.)