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 | c0fb2f61f4e1e6cb97a171e624b479e5fb451934 (patch) | |
tree | 28d455ab73ef0ab5b5aad5034c85a798bf76c6c0 /target/linux/generic-2.6 | |
parent | 27baec04a1d707d5b6229509c66630bd6864a704 (diff) | |
download | upstream-c0fb2f61f4e1e6cb97a171e624b479e5fb451934.tar.gz upstream-c0fb2f61f4e1e6cb97a171e624b479e5fb451934.tar.bz2 upstream-c0fb2f61f4e1e6cb97a171e624b479e5fb451934.zip |
add custom GPIO-based I2C driver
SVN-Revision: 9218
Diffstat (limited to 'target/linux/generic-2.6')
-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 |