aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/config-2.6.30
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-11 16:00:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-11 16:00:18 +0000
commit56d638e615dd108f168395374b0ea04d05637331 (patch)
tree4a9241b99b49134d7e1dca50ac5eef732e26139f /target/linux/ar71xx/config-2.6.30
parenteced3f210e7736c2912991a6f3aa3ab4768b6adc (diff)
downloadupstream-56d638e615dd108f168395374b0ea04d05637331.tar.gz
upstream-56d638e615dd108f168395374b0ea04d05637331.tar.bz2
upstream-56d638e615dd108f168395374b0ea04d05637331.zip
enable I2C_GPIO driver
SVN-Revision: 16782
Diffstat (limited to 'target/linux/ar71xx/config-2.6.30')
-rw-r--r--target/linux/ar71xx/config-2.6.305
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30
index 4ee0301c25..38220f78e3 100644
--- a/target/linux/ar71xx/config-2.6.30
+++ b/target/linux/ar71xx/config-2.6.30
@@ -106,7 +106,10 @@ CONFIG_HAVE_MLOCK=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HW_HAS_PCI=y
# CONFIG_HW_RANDOM is not set
-# CONFIG_I2C is not set
+CONFIG_I2C=y
+CONFIG_I2C_ALGOBIT=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_GPIO=y
CONFIG_ICPLUS_PHY=y
CONFIG_INITRAMFS_ROOT_GID=0
CONFIG_INITRAMFS_ROOT_UID=0