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 10041813c6ed..de04cd850353 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -582,6 +582,16 @@ config I2C_OCTEON | |||
582 | This driver can also be built as a module. If so, the module | 582 | This driver can also be built as a module. If so, the module |
583 | will be called i2c-octeon. | 583 | will be called i2c-octeon. |
584 | 584 | ||
585 | config I2C_XILINX | ||
586 | tristate "Xilinx I2C Controller" | ||
587 | depends on EXPERIMENTAL && HAS_IOMEM | ||
588 | help | ||
589 | If you say yes to this option, support will be included for the | ||
590 | Xilinx I2C controller. | ||
591 | |||
592 | This driver can also be built as a module. If so, the module | ||
593 | will be called xilinx_i2c. | ||
594 | |||
585 | comment "External I2C/SMBus adapter drivers" | 595 | comment "External I2C/SMBus adapter drivers" |
586 | 596 | ||
587 | config I2C_PARPORT | 597 | config I2C_PARPORT |