|
@@ -789,7 +789,7 @@ config I2C_QUP
|
|
|
|
|
|
config I2C_RIIC
|
|
|
tristate "Renesas RIIC adapter"
|
|
|
- depends on ARCH_SHMOBILE || COMPILE_TEST
|
|
|
+ depends on ARCH_RENESAS || COMPILE_TEST
|
|
|
help
|
|
|
If you say yes to this option, support will be included for the
|
|
|
Renesas RIIC I2C interface.
|
|
@@ -833,7 +833,7 @@ config I2C_SH7760
|
|
|
config I2C_SH_MOBILE
|
|
|
tristate "SuperH Mobile I2C Controller"
|
|
|
depends on HAS_DMA
|
|
|
- depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
|
|
|
+ depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
|
|
|
help
|
|
|
If you say yes to this option, support will be included for the
|
|
|
built-in I2C interface on the Renesas SH-Mobile processor.
|
|
@@ -985,7 +985,7 @@ config I2C_XLP9XX
|
|
|
|
|
|
config I2C_RCAR
|
|
|
tristate "Renesas R-Car I2C Controller"
|
|
|
- depends on ARCH_SHMOBILE || COMPILE_TEST
|
|
|
+ depends on ARCH_RENESAS || COMPILE_TEST
|
|
|
select I2C_SLAVE
|
|
|
help
|
|
|
If you say yes to this option, support will be included for the
|