diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-25 20:53:16 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-11-28 02:49:12 -0500 |
commit | d0523925902cf363fc7b217c9873517e98093e32 (patch) | |
tree | e2d554ff15eb4f34dcf947c9168be9191fdbc0bc | |
parent | 081aaf4ab3ddaf66083b2fcd17b563a48112a232 (diff) |
ARM: shmobile: lager: fixup I2C device on defconfig
R-Car H2 needs I2C_CAR, not I2C_SH_MOBILE
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/lager_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 064b7cc5f241..d97ac5e47b5c 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig | |||
@@ -80,7 +80,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y | |||
80 | # CONFIG_HW_RANDOM is not set | 80 | # CONFIG_HW_RANDOM is not set |
81 | CONFIG_I2C=y | 81 | CONFIG_I2C=y |
82 | CONFIG_I2C_GPIO=y | 82 | CONFIG_I2C_GPIO=y |
83 | CONFIG_I2C_SH_MOBILE=y | 83 | CONFIG_I2C_RCAR=y |
84 | CONFIG_GPIO_SH_PFC=y | 84 | CONFIG_GPIO_SH_PFC=y |
85 | CONFIG_GPIOLIB=y | 85 | CONFIG_GPIOLIB=y |
86 | CONFIG_GPIO_RCAR=y | 86 | CONFIG_GPIO_RCAR=y |