diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-12 08:12:31 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 08:12:31 -0400 |
commit | b9cdad74883a797952de52464d118d685cafc05a (patch) | |
tree | b843038e60482c01854ec14b57502bb3833143d0 /drivers/i2c/busses/Kconfig | |
parent | 7edcb9abb594a8f3b4ca756e03d01c870aeae127 (diff) |
i2c: New bus driver for the TAOS evaluation modules
This is a new I2C bus driver for the TAOS evaluation modules. Developped
and tested on the TAOS TSL2550 EVM.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 165c1266fff7..c093b0700158 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -513,6 +513,22 @@ config I2C_SIS96X | |||
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-sis96x. | 514 | will be called i2c-sis96x. |
515 | 515 | ||
516 | config I2C_TAOS_EVM | ||
517 | tristate "TAOS evaluation module" | ||
518 | depends on EXPERIMENTAL | ||
519 | select SERIO | ||
520 | select SERIO_SERPORT | ||
521 | default n | ||
522 | help | ||
523 | This supports TAOS evaluation modules on serial port. In order to | ||
524 | use this driver, you will need the inputattach tool, which is part | ||
525 | of the input-utils package. | ||
526 | |||
527 | If unsure, say N. | ||
528 | |||
529 | This support is also available as a module. If so, the module | ||
530 | will be called i2c-taos-evm. | ||
531 | |||
516 | config I2C_STUB | 532 | config I2C_STUB |
517 | tristate "I2C/SMBus Test Stub" | 533 | tristate "I2C/SMBus Test Stub" |
518 | depends on EXPERIMENTAL && m | 534 | depends on EXPERIMENTAL && m |