diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-06-02 15:23:42 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-07 01:42:32 +0200 |
commit | 0bdd33c18d51e85c66b86557ce9ec082969e9280 (patch) | |
tree | 0ca21d9941f8ce85264f11d81c751e639f25e9fa /arch/arm | |
parent | Linux 3.16-rc3 (diff) | |
download | linux-0bdd33c18d51e85c66b86557ce9ec082969e9280.tar.xz linux-0bdd33c18d51e85c66b86557ce9ec082969e9280.zip |
ARM: multi_v7_defconfig: Enable ST's I2C driver
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index be1a3455a9fe..29d21cdb367b 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -195,6 +195,7 @@ CONFIG_I2C_EXYNOS5=y CONFIG_I2C_MV64XXX=y CONFIG_I2C_SIRF=y CONFIG_I2C_TEGRA=y +CONFIG_I2C_ST=y CONFIG_SPI=y CONFIG_SPI_OMAP24XX=y CONFIG_SPI_ORION=y |