diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-09 17:10:44 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-17 11:52:37 +0200 |
commit | d74485eb90cd4a2f81bba48d3ac04113faef3cab (patch) | |
tree | ec0f0789965c4cfe67d593e05520e9e00261f883 /arch/arm/configs/ep93xx_defconfig | |
parent | 4abdd63925f2e21448fca0fbbb1077a1407937c2 (diff) |
ARM: ep93xx: add GPIO I2C to defconfig
Some of the EP93xx boards have I2C devices on bit-banged GPIO
I2C, so add this to the defconfig.
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/configs/ep93xx_defconfig')
-rw-r--r-- | arch/arm/configs/ep93xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |