diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 9f3a4cd0b07f..a9cab3e5b8bd 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -106,6 +106,19 @@ config I2C_BLACKFIN_TWI_CLK_KHZ | |||
106 | help | 106 | help |
107 | The unit of the TWI clock is kHz. | 107 | The unit of the TWI clock is kHz. |
108 | 108 | ||
109 | config I2C_DAVINCI | ||
110 | tristate "DaVinci I2C driver" | ||
111 | depends on ARCH_DAVINCI | ||
112 | help | ||
113 | Support for TI DaVinci I2C controller driver. | ||
114 | |||
115 | This driver can also be built as a module. If so, the module | ||
116 | will be called i2c-davinci. | ||
117 | |||
118 | Please note that this driver might be needed to bring up other | ||
119 | devices such as DaVinci NIC. | ||
120 | For details please see http://www.ti.com/davinci | ||
121 | |||
109 | config I2C_ELEKTOR | 122 | config I2C_ELEKTOR |
110 | tristate "Elektor ISA card" | 123 | tristate "Elektor ISA card" |
111 | depends on ISA && BROKEN_ON_SMP | 124 | depends on ISA && BROKEN_ON_SMP |