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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/i2c/chips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/chips/Makefile b/drivers/i2c/chips/Makefile index 8eed2381da68..6bebdc104166 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile | |||
@@ -35,6 +35,7 @@ obj-$(CONFIG_SENSORS_MAX1619) += max1619.o | |||
35 | obj-$(CONFIG_SENSORS_MAX6875) += max6875.o | 35 | obj-$(CONFIG_SENSORS_MAX6875) += max6875.o |
36 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o | 36 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o |
37 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o | 37 | obj-$(CONFIG_SENSORS_PC87360) += pc87360.o |
38 | obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o | ||
38 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o | 39 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o |
39 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o | 40 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o |
40 | obj-$(CONFIG_SENSORS_RTC8564) += rtc8564.o | 41 | obj-$(CONFIG_SENSORS_RTC8564) += rtc8564.o |