diff options
author | Ben Dooks <ben-linux@fluff.org> | 2011-03-20 18:14:04 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-03-20 18:14:04 -0400 |
commit | e4394d553cec3cbf4d0c602fe39bc88bac43bd27 (patch) | |
tree | 89db4a86ac03f74ca6bf0e7b00f8cbf044ff4ccf /drivers/i2c/busses/Kconfig | |
parent | a952baa034ae7c2e4a66932005cbc7ebbccfe28d (diff) | |
parent | 335d7c58fcc1b71387a2c38b610b08bb9d3a6fcc (diff) |
Merge branch 'for-2639/i2c/i2c-u2c12' into for-linus/2639/i2c-12
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 |