diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-09 19:23:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-09 19:23:22 +0000 |
commit | 199c2d1ca587fe11dce11747a77237c4dff7df72 (patch) | |
tree | 2dae4b4fe8dd063109cc4cef7dcd5263045a0a0a /target/linux/generic-2.6/config-2.6.22 | |
parent | 6c533f0b92c7f57ab4764f80a6e1f20cc5c377ec (diff) | |
download | upstream-199c2d1ca587fe11dce11747a77237c4dff7df72.tar.gz upstream-199c2d1ca587fe11dce11747a77237c4dff7df72.tar.bz2 upstream-199c2d1ca587fe11dce11747a77237c4dff7df72.zip |
[adm5120] add custom GPIO-based I2C driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.22')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.22 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.22 b/target/linux/generic-2.6/config-2.6.22 index ceed58e594..9b07183880 100644 --- a/target/linux/generic-2.6/config-2.6.22 +++ b/target/linux/generic-2.6/config-2.6.22 @@ -387,6 +387,7 @@ CONFIG_HZ_100=y # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_ELEKTOR is not set # CONFIG_I2C_GPIO is not set +# CONFIG_I2C_GPIO_CUSTOM is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_I810 is not set # CONFIG_I2C_NFORCE2 is not set |