summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2014-08-26 11:13:50 +0100
committerPeter Robinson <pbrobinson@gmail.com>2014-08-26 11:13:50 +0100
commite3a8de07f109d142aea3be966d55df4d36dfeaac (patch)
tree5e8c93f2f61a14d9dfb72addd20086a8d177a4f9
parent6bebad469b89cf505b3a85154ce9468767eb1db4 (diff)
downloadkernel-e3a8de07f109d142aea3be966d55df4d36dfeaac.tar.gz
kernel-e3a8de07f109d142aea3be966d55df4d36dfeaac.tar.xz
kernel-e3a8de07f109d142aea3be966d55df4d36dfeaac.zip
make I2C=y on armv7-generic due to various modules needing it and not requesting it
-rw-r--r--config-armv7-generic3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-armv7-generic b/config-armv7-generic
index 066b3c0a..52bf0130 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -131,6 +131,9 @@ CONFIG_PCI_HOST_GENERIC=y
CONFIG_LBDAF=y
+# GRR, needed for MFD_AS3722
+CONFIG_I2C=y
+
# Device tree
CONFIG_USE_OF=y
CONFIG_ARM_ATAG_DTB_COMPAT=y