diff options
author | Magnus Damm <damm@opensource.se> | 2010-03-11 05:06:15 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-07 03:19:55 -0400 |
commit | 0924fada1e64f92dd89818cf3a15571cc515afd8 (patch) | |
tree | c211ac4cc6b240235ec7c1ad6f238151459610a5 /drivers/i2c | |
parent | 962b6032c889ed9a5f0bdb7052d9318067a75bda (diff) |
i2c: i2c-sh_mobile kconfig update for SH-Mobile ARM
Update the Kconfig entry for the i2c-sh_mobile driver to
enable build on SH-Mobile ARM platforms
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 9c6170cd9aac..41b0754eaf62 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -529,7 +529,7 @@ config I2C_SH7760 | |||
529 | 529 | ||
530 | config I2C_SH_MOBILE | 530 | config I2C_SH_MOBILE |
531 | tristate "SuperH Mobile I2C Controller" | 531 | tristate "SuperH Mobile I2C Controller" |
532 | depends on SUPERH | 532 | depends on SUPERH || ARCH_SHMOBILE |
533 | help | 533 | help |
534 | If you say yes to this option, support will be included for the | 534 | If you say yes to this option, support will be included for the |
535 | built-in I2C interface on the Renesas SH-Mobile processor. | 535 | built-in I2C interface on the Renesas SH-Mobile processor. |