diff options
author | Vladimir Barinov <vbarinov@ru.mvista.com> | 2007-10-13 17:56:30 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-10-13 17:56:30 -0400 |
commit | 95a7f10eadcd88cfd6640e44c7b8cf9ac1afafe7 (patch) | |
tree | c37027c073302917249361e8f4ba20693a48f322 /drivers/i2c/busses/Kconfig | |
parent | 7589a326d1d8c9da575ca4cbc6a3e6af02b57ead (diff) |
i2c: Add DaVinci I2C controller support
Signed-off-by: Vladimir Barinov <vbarinov@ru.mvista.com>
Acked-by: Trilok Soni <soni.trilok@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 |