diff options
author | Bart Van Assche <bart.vanassche@gmail.com> | 2008-01-27 12:14:45 -0500 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 12:14:45 -0500 |
commit | 5864ae03ca982fb60bedeebfd67562db37c1ee6a (patch) | |
tree | a2c0982c544be712246e797451abb7bf850492e7 /drivers/i2c/chips/Makefile | |
parent | 217bcec4425cdc8fb90ce688eb4d5b5140713046 (diff) |
i2c: Add support for the PCF8575 chip
Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
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 ca924e105959..50d4734b5038 100644 --- a/drivers/i2c/chips/Makefile +++ b/drivers/i2c/chips/Makefile | |||
@@ -10,6 +10,7 @@ obj-$(CONFIG_SENSORS_MAX6875) += max6875.o | |||
10 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o | 10 | obj-$(CONFIG_SENSORS_M41T00) += m41t00.o |
11 | obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o | 11 | obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o |
12 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o | 12 | obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o |
13 | obj-$(CONFIG_PCF8575) += pcf8575.o | ||
13 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o | 14 | obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o |
14 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o | 15 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o |
15 | obj-$(CONFIG_TPS65010) += tps65010.o | 16 | obj-$(CONFIG_TPS65010) += tps65010.o |