mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 23:04:06 +02:00
Forgot to make i2c driver depend on i2c bit banging algorithm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5919 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7b49940892
commit
8f6cf8bf76
@ -1,13 +1,14 @@
|
|||||||
diff -urN linux-2.6.19/drivers/i2c/busses/Kconfig linux-2.6.19.new/drivers/i2c/busses/Kconfig
|
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/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
|
+++ 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
|
This driver can also be built as a module. If so, the module
|
||||||
will be called i2c-au1550.
|
will be called i2c-au1550.
|
||||||
|
|
||||||
+config I2C_AU1X00GPIO
|
+config I2C_AU1X00GPIO
|
||||||
+ tristate "Au1x00 i2c using GPIO pins"
|
+ tristate "Au1x00 i2c using GPIO pins"
|
||||||
+ depends on I2C && MIPS_MTX1
|
+ depends on I2C
|
||||||
|
+ select I2C_ALGOBIT
|
||||||
+ help
|
+ help
|
||||||
+ If you say yest to this option, support will be included for the
|
+ If you say yest to this option, support will be included for the
|
||||||
+ Au1x00 GPIO interface.
|
+ Au1x00 GPIO interface.
|
||||||
|
Loading…
Reference in New Issue
Block a user