aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-28 17:53:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-28 17:53:25 +0000
commite7cd65a591e5e21fe4e0e77ae1aac252031e5955 (patch)
tree7f35736822eb7abb8a93ccf9e862dbbcb23046ba
parenta55cba30a83b0139065aa3f7ec2496ba471b1e1f (diff)
downloadupstream-e7cd65a591e5e21fe4e0e77ae1aac252031e5955.tar.gz
upstream-e7cd65a591e5e21fe4e0e77ae1aac252031e5955.tar.bz2
upstream-e7cd65a591e5e21fe4e0e77ae1aac252031e5955.zip
Forgot to make i2c driver depend on i2c bit banging algorithm
SVN-Revision: 5919
-rw-r--r--target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
index 0be9ac3d6a..f4dee3cf61 100644
--- a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
+++ b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
@@ -1,13 +1,14 @@
diff -urN linux-2.6.19/drivers/i2c/busses/Kconfig linux-2.6.19.new/drivers/i2c/busses/Kconfig
--- linux-2.6.19/drivers/i2c/busses/Kconfig 2006-11-29 22:57:37.000000000 +0100
+++ linux-2.6.19.new/drivers/i2c/busses/Kconfig 2006-12-28 17:04:34.000000000 +0100
-@@ -84,6 +84,16 @@
+@@ -84,6 +84,17 @@
This driver can also be built as a module. If so, the module
will be called i2c-au1550.
+config I2C_AU1X00GPIO
+ tristate "Au1x00 i2c using GPIO pins"
-+ depends on I2C && MIPS_MTX1
++ depends on I2C
++ select I2C_ALGOBIT
+ help
+ If you say yest to this option, support will be included for the
+ Au1x00 GPIO interface.