diff options
author | Magnus Damm <damm@opensource.se> | 2014-03-26 14:16:19 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-04-14 11:23:54 +0900 |
commit | c2e90c4b7c15fbb2215b47a23b446ba53e6dbf59 (patch) | |
tree | 3f8bd2312b46d1201c716a9ee25b3b976604cc2d /arch/arm/configs/shmobile_defconfig | |
parent | d477a4a2fcbf59feb617de9502ae8b862e1578ed (diff) | |
download | lwn-c2e90c4b7c15fbb2215b47a23b446ba53e6dbf59.tar.gz lwn-c2e90c4b7c15fbb2215b47a23b446ba53e6dbf59.zip |
ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig
Many SoCs include I2C controller instances compatible with
the i2c-shmobile.c driver. To increase hardware support enable
the driver in the shmobile_defconfig multiplatform configuration.
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 2a27d4622cc9..d96133a686e5 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -75,6 +75,7 @@ CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=20 CONFIG_SERIAL_SH_SCI_CONSOLE=y CONFIG_I2C_GPIO=y +CONFIG_I2C_SH_MOBILE=y CONFIG_I2C_RCAR=y CONFIG_SPI=y CONFIG_SPI_RSPI=y |