diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d25a8cbbec0a..f7af7e9bb7d9 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -276,6 +276,17 @@ config I2C_NFORCE2 | |||
276 | This driver can also be built as a module. If so, the module | 276 | This driver can also be built as a module. If so, the module |
277 | will be called i2c-nforce2. | 277 | will be called i2c-nforce2. |
278 | 278 | ||
279 | config I2C_OCORES | ||
280 | tristate "OpenCores I2C Controller" | ||
281 | depends on I2C && EXPERIMENTAL | ||
282 | help | ||
283 | If you say yes to this option, support will be included for the | ||
284 | OpenCores I2C controller. For details see | ||
285 | http://www.opencores.org/projects.cgi/web/i2c/overview | ||
286 | |||
287 | This driver can also be built as a module. If so, the module | ||
288 | will be called i2c-ocores. | ||
289 | |||
279 | config I2C_PARPORT | 290 | config I2C_PARPORT |
280 | tristate "Parallel port adapter" | 291 | tristate "Parallel port adapter" |
281 | depends on I2C && PARPORT | 292 | depends on I2C && PARPORT |