diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-06-04 14:01:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-22 14:10:33 -0400 |
commit | 18f98b1e3147afdb51e545cc6ff2b016c7d088a7 (patch) | |
tree | 5f974b01a7efadabe037ace19a0f33037d36a4b7 /drivers/i2c/busses/Kconfig | |
parent | aee62305345863430a937af289b9bd080a100dac (diff) |
[PATCH] i2c: New bus driver for the OpenCores I2C controller
The following patch adds support for the OpenCores I2C controller IP
core (See http://www.opencores.org/projects.cgi/web/i2c/overview).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 |