diff options
author | bgardner@wabtec.com <bgardner@wabtec.com> | 2005-06-07 09:55:38 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-22 00:52:05 -0400 |
commit | 69dd204b6b45987dbf9ce7058cd238d355865281 (patch) | |
tree | e033f9697109d4a411e5c6707b0e6991e00ede7f /drivers/i2c/chips/Kconfig | |
parent | 10c08f8100ee2c4d27b862635574cdf4ef439e67 (diff) |
[PATCH] I2C: add new pca9539 driver
This is an i2c driver for the Philips PCA9539 (16 bit I/O port).
It uses the new i2c-sysfs interfaces.
The patch includes documentation.
It depends on the patch that renames "i2c-sysfs.h" to "hwmon-sysfs.h"
Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/i2c/chips/Kconfig')
-rw-r--r-- | drivers/i2c/chips/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Kconfig b/drivers/i2c/chips/Kconfig index 88437d046518..33de80afd6c6 100644 --- a/drivers/i2c/chips/Kconfig +++ b/drivers/i2c/chips/Kconfig | |||
@@ -440,6 +440,16 @@ config SENSORS_PCF8574 | |||
440 | This driver can also be built as a module. If so, the module | 440 | This driver can also be built as a module. If so, the module |
441 | will be called pcf8574. | 441 | will be called pcf8574. |
442 | 442 | ||
443 | config SENSORS_PCA9539 | ||
444 | tristate "Philips PCA9539 16-bit I/O port" | ||
445 | depends on I2C && EXPERIMENTAL | ||
446 | help | ||
447 | If you say yes here you get support for the Philips PCA9539 | ||
448 | 16-bit I/O port. | ||
449 | |||
450 | This driver can also be built as a module. If so, the module | ||
451 | will be called pca9539. | ||
452 | |||
443 | config SENSORS_PCF8591 | 453 | config SENSORS_PCF8591 |
444 | tristate "Philips PCF8591" | 454 | tristate "Philips PCF8591" |
445 | depends on I2C && EXPERIMENTAL | 455 | depends on I2C && EXPERIMENTAL |