diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d7e6cbb9cbef..62b9363dd40e 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -91,6 +91,22 @@ config I2C_AU1550 | |||
91 | This driver can also be built as a module. If so, the module | 91 | This driver can also be built as a module. If so, the module |
92 | will be called i2c-au1550. | 92 | will be called i2c-au1550. |
93 | 93 | ||
94 | config I2C_BLACKFIN_TWI | ||
95 | tristate "Blackfin TWI I2C support" | ||
96 | depends on I2C && (BF534 || BF536 || BF537) | ||
97 | help | ||
98 | This is the TWI I2C device driver for Blackfin 534/536/537. | ||
99 | This driver can also be built as a module. If so, the module | ||
100 | will be called i2c-bfin-twi. | ||
101 | |||
102 | config I2C_BLACKFIN_TWI_CLK_KHZ | ||
103 | int "Blackfin TWI I2C clock (kHz)" | ||
104 | depends on I2C_BLACKFIN_TWI | ||
105 | range 10 400 | ||
106 | default 50 | ||
107 | help | ||
108 | The unit of the TWI clock is kHz. | ||
109 | |||
94 | config I2C_ELEKTOR | 110 | config I2C_ELEKTOR |
95 | tristate "Elektor ISA card" | 111 | tristate "Elektor ISA card" |
96 | depends on I2C && ISA && BROKEN_ON_SMP | 112 | depends on I2C && ISA && BROKEN_ON_SMP |