diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 16:00:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-11 16:00:18 +0000 |
commit | 56d638e615dd108f168395374b0ea04d05637331 (patch) | |
tree | 4a9241b99b49134d7e1dca50ac5eef732e26139f /target/linux/ar71xx/config-2.6.30 | |
parent | eced3f210e7736c2912991a6f3aa3ab4768b6adc (diff) | |
download | upstream-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.30 | 5 |
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 |