diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-04-29 22:40:18 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-05-03 20:58:01 +0800 |
commit | 154e80e21b764117ea19de74bc97863efabe192e (patch) | |
tree | e39b948f2c1a3e15704a21f03ceb97a735a10514 /arch | |
parent | 2556247dea686d6fd21f1b4249ec527b9b285201 (diff) | |
download | linux-stable-154e80e21b764117ea19de74bc97863efabe192e.tar.gz linux-stable-154e80e21b764117ea19de74bc97863efabe192e.tar.bz2 linux-stable-154e80e21b764117ea19de74bc97863efabe192e.zip |
ARM: imx_v6_v7_defconfig: add CONFIG_I2C_GPIO
The GPIO-based bitbanging I2C driver is required to make HDMI work on
the Apalis iMX6 module plugged into a Ixora carrier board featuring a
DDC channel to read a screen's EDID being hooked up to regular GPIOs.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index af22ea4170c5..0bd7fbb8a565 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -184,6 +184,7 @@ CONFIG_I2C_MUX_GPIO=y # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I2C_ALGOPCF=m CONFIG_I2C_ALGOPCA=m +CONFIG_I2C_GPIO=y CONFIG_I2C_IMX=y CONFIG_SPI=y CONFIG_SPI_IMX=y |