aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorBryan Wu <bryan.wu@analog.com>2007-07-25 16:58:03 +0800
committerBryan Wu <bryan.wu@analog.com>2007-07-25 16:58:03 +0800
commitd8e715428fe70f5005829d3bad3a0a3fb8a747b2 (patch)
treef9cf0a647720f29b0dfa77ca33a8245815669e34 /drivers/i2c
parentBlackfin On-Chip RTC driver update for supporting BF54x (diff)
downloadlinux-dev-d8e715428fe70f5005829d3bad3a0a3fb8a747b2.tar.xz
linux-dev-d8e715428fe70f5005829d3bad3a0a3fb8a747b2.zip
Blackfin arch: add BF54x I2C/TWI TWI0 driver support
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index da1647869f91..1842f523c23d 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -92,9 +92,9 @@ config I2C_AU1550
config I2C_BLACKFIN_TWI
tristate "Blackfin TWI I2C support"
- depends on BF534 || BF536 || BF537
+ depends on BF534 || BF536 || BF537 || BF54x
help
- This is the TWI I2C device driver for Blackfin 534/536/537.
+ 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
will be called i2c-bfin-twi.