i2c-bfin-twi: Disable BF54x support for now
authorBryan Wu <cooloney@kernel.org>
Sun, 23 Mar 2008 19:28:20 +0000 (20:28 +0100)
committerJean Delvare <khali@hyperion.delvare>
Sun, 23 Mar 2008 19:28:20 +0000 (20:28 +0100)
The i2c-bfin-twi driver doesn't support BF54x for now due to
missing header definitions causing the build to fail. Exclude
it for now, it will be enabled again later.

Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/Kconfig

index 476b0bb72d6c680b6636e8cd6e784e039f2a772b..5fa9c3c67e0cd55d18f779552c89f017a9ab644f 100644 (file)
@@ -100,7 +100,7 @@ config I2C_AU1550
 
 config I2C_BLACKFIN_TWI
        tristate "Blackfin TWI I2C support"
-       depends on BF534 || BF536 || BF537 || BF54x
+       depends on BF534 || BF536 || BF537
        help
          This is the TWI I2C device driver for Blackfin 534/536/537/54x.
          This driver can also be built as a module.  If so, the module
This page took 0.027998 seconds and 5 git commands to generate.