diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-02-04 22:48:22 +0400 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:13:51 +0100 |
commit | cd1011ef86c2f7c806c71685663b07a28b19e615 (patch) | |
tree | 5d9e7811da1bb1f63b71145a8a5d87288642cc9b /arch/arm/configs | |
parent | d7d9c625b0ab32ce90e18f7ada08577aa581fa75 (diff) | |
download | kernel-common-cd1011ef86c2f7c806c71685663b07a28b19e615.tar.gz kernel-common-cd1011ef86c2f7c806c71685663b07a28b19e615.tar.bz2 kernel-common-cd1011ef86c2f7c806c71685663b07a28b19e615.zip |
ARM: shmobile: koelsch: Enable I2C in defconfig
This enables I2C support in koelsch_defconfig.
Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit ab44f75f1142edde5737203a0d259853f34686fb)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/koelsch_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig index 30157975998a..c3b3c9d1d4e8 100644 --- a/arch/arm/configs/koelsch_defconfig +++ b/arch/arm/configs/koelsch_defconfig @@ -62,6 +62,8 @@ CONFIG_SH_ETH=y CONFIG_SERIAL_SH_SCI=y CONFIG_SERIAL_SH_SCI_NR_UARTS=20 CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_I2C=y +CONFIG_I2C_RCAR=y # CONFIG_HWMON is not set CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y |