diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 16:00:18 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-11 16:00:18 +0000 |
commit | 9c094cf5dbaf3f71f2ce5204aa8065851ec3cbd4 (patch) | |
tree | dfd919374b990b11b695960ec07bba153eb3e53a /target/linux/ar71xx/config-2.6.29 | |
parent | 1c821bb1a639c96e012f2845914dd5d3839da2ef (diff) |
[ar71xx] enable I2C_GPIO driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16782 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.29')
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index c15aa83e75..f425ff5047 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -98,7 +98,10 @@ CONFIG_HAVE_IDE=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 |