diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 17:21:55 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:57:07 +0200 |
commit | e58af24ccd8d235c7aaa0ef0fc63a18c5d2cb88e (patch) | |
tree | 84221a9f4f56ad5ee5dcf122a859dc6db56cccd7 /drivers/i2c/busses/Kconfig | |
parent | spi: remove blackfin related host drivers (diff) | |
download | linux-e58af24ccd8d235c7aaa0ef0fc63a18c5d2cb88e.tar.xz linux-e58af24ccd8d235c7aaa0ef0fc63a18c5d2cb88e.zip |
i2c: remove bfin-twi driver
The blackfin architecture is getting removed, so the
twi driver can also be removed.
Acked-by: Aaron Wu <aaron.wu@analog.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 68ceac7617ff..4c0895165727 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -445,24 +445,6 @@ config I2C_BRCMSTB If you do not need I2C interface, say N. -config I2C_BLACKFIN_TWI - tristate "Blackfin TWI I2C support" - depends on BLACKFIN - depends on !BF561 && !BF531 && !BF532 && !BF533 - help - This is the I2C bus driver for Blackfin on-chip TWI interface. - - This driver can also be built as a module. If so, the module - will be called i2c-bfin-twi. - -config I2C_BLACKFIN_TWI_CLK_KHZ - int "Blackfin TWI I2C clock (kHz)" - depends on I2C_BLACKFIN_TWI - range 21 400 - default 50 - help - The unit of the TWI clock is kHz. - config I2C_CADENCE tristate "Cadence I2C Controller" depends on ARCH_ZYNQ || ARM64 || XTENSA |