[PATCH 1/3] ARM: ep93xx: add GPIO I2C to defconfig
Linus Walleij
linus.walleij at linaro.org
Thu Jul 9 08:42:53 PDT 2015
Some of the EP93xx boards have I2C devices on bit-banged GPIO
I2C, so add this to the defconfig.
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
arch/arm/configs/ep93xx_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/ep93xx_defconfig b/arch/arm/configs/ep93xx_defconfig
index 9a5205abc7c3..2ca11ce504c7 100644
--- a/arch/arm/configs/ep93xx_defconfig
+++ b/arch/arm/configs/ep93xx_defconfig
@@ -82,6 +82,7 @@ CONFIG_SERIAL_AMBA_PL010_CONSOLE=y
# CONFIG_HW_RANDOM is not set
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_GPIO=y
CONFIG_I2C_DEBUG_CORE=y
CONFIG_I2C_DEBUG_ALGO=y
CONFIG_I2C_DEBUG_BUS=y
--
2.4.3
More information about the linux-arm-kernel
mailing list