diff options
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 0d04d3ebfc2d..3c259ee7ddda 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -513,6 +513,19 @@ config I2C_SIMTEC | |||
513 | This driver can also be built as a module. If so, the module | 513 | This driver can also be built as a module. If so, the module |
514 | will be called i2c-simtec. | 514 | will be called i2c-simtec. |
515 | 515 | ||
516 | config I2C_STU300 | ||
517 | tristate "ST Microelectronics DDC I2C interface" | ||
518 | depends on MACH_U300 | ||
519 | default y if MACH_U300 | ||
520 | help | ||
521 | If you say yes to this option, support will be included for the | ||
522 | I2C interface from ST Microelectronics simply called "DDC I2C" | ||
523 | supporting both I2C and DDC, used in e.g. the U300 series | ||
524 | mobile platforms. | ||
525 | |||
526 | This driver can also be built as a module. If so, the module | ||
527 | will be called i2c-stu300. | ||
528 | |||
516 | config I2C_VERSATILE | 529 | config I2C_VERSATILE |
517 | tristate "ARM Versatile/Realview I2C bus support" | 530 | tristate "ARM Versatile/Realview I2C bus support" |
518 | depends on ARCH_VERSATILE || ARCH_REALVIEW | 531 | depends on ARCH_VERSATILE || ARCH_REALVIEW |