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 230601e8853f..9294dc21861a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -676,6 +676,16 @@ config I2C_EG20T | |||
676 | 676 | ||
677 | comment "External I2C/SMBus adapter drivers" | 677 | comment "External I2C/SMBus adapter drivers" |
678 | 678 | ||
679 | config I2C_DIOLAN_U2C | ||
680 | tristate "Diolan U2C-12 USB adapter" | ||
681 | depends on USB | ||
682 | help | ||
683 | If you say yes to this option, support will be included for Diolan | ||
684 | U2C-12, a USB to I2C interface. | ||
685 | |||
686 | This driver can also be built as a module. If so, the module | ||
687 | will be called i2c-diolan-u2c. | ||
688 | |||
679 | config I2C_PARPORT | 689 | config I2C_PARPORT |
680 | tristate "Parallel port adapter" | 690 | tristate "Parallel port adapter" |
681 | depends on PARPORT | 691 | depends on PARPORT |