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 e4f1a463f41a..838dc1c19d61 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -525,6 +525,17 @@ config I2C_STUB | |||
525 | 525 | ||
526 | If you don't know what to do here, definitely say N. | 526 | If you don't know what to do here, definitely say N. |
527 | 527 | ||
528 | config I2C_TINY_USB | ||
529 | tristate "I2C-Tiny-USB" | ||
530 | depends on USB | ||
531 | help | ||
532 | If you say yes to this option, support will be included for the | ||
533 | i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See | ||
534 | http://www.harbaum.org/till/i2c_tiny_usb for hardware details. | ||
535 | |||
536 | This driver can also be built as a module. If so, the module | ||
537 | will be called i2c-tiny-usb. | ||
538 | |||
528 | config I2C_VERSATILE | 539 | config I2C_VERSATILE |
529 | tristate "ARM Versatile/Realview I2C bus support" | 540 | tristate "ARM Versatile/Realview I2C bus support" |
530 | depends on ARCH_VERSATILE || ARCH_REALVIEW | 541 | depends on ARCH_VERSATILE || ARCH_REALVIEW |