diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 5f318ce29770..737f05200b1d 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -564,6 +564,16 @@ config I2C_VERSATILE | |||
564 | This driver can also be built as a module. If so, the module | 564 | This driver can also be built as a module. If so, the module |
565 | will be called i2c-versatile. | 565 | will be called i2c-versatile. |
566 | 566 | ||
567 | config I2C_OCTEON | ||
568 | tristate "Cavium OCTEON I2C bus support" | ||
569 | depends on CPU_CAVIUM_OCTEON | ||
570 | help | ||
571 | Say yes if you want to support the I2C serial bus on Cavium | ||
572 | OCTEON SOC. | ||
573 | |||
574 | This driver can also be built as a module. If so, the module | ||
575 | will be called i2c-octeon. | ||
576 | |||
567 | comment "External I2C/SMBus adapter drivers" | 577 | comment "External I2C/SMBus adapter drivers" |
568 | 578 | ||
569 | config I2C_PARPORT | 579 | config I2C_PARPORT |