USB: move isp1301_omap to drivers/usb/otg
[deliverable/linux.git] / drivers / i2c / chips / Makefile
CommitLineData
1da177e4 1#
ad2f931d 2# Makefile for miscellaneous I2C chip drivers.
1da177e4 3#
02cf6172
WS
4# Do not add new drivers to this directory! It is DEPRECATED.
5#
3d706d95
JD
6# Device drivers are better grouped according to the functionality they
7# implement rather than to the bus they are connected to. In particular:
8# * Hardware monitoring chip drivers go to drivers/hwmon
9# * RTC chip drivers go to drivers/rtc
10# * I/O expander drivers go to drivers/gpio
11#
1da177e4 12
5162b75b 13obj-$(CONFIG_DS1682) += ds1682.o
2b7a5056 14obj-$(CONFIG_AT24) += at24.o
1da177e4 15obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
c3bc4cae 16obj-$(CONFIG_SENSORS_MAX6875) += max6875.o
69dd204b 17obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o
1da177e4 18obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
5864ae03 19obj-$(CONFIG_PCF8575) += pcf8575.o
1da177e4 20obj-$(CONFIG_SENSORS_PCF8591) += pcf8591.o
a92c344d 21obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o
d6c3db83 22obj-$(CONFIG_MCU_MPC8349EMITX) += mcu_mpc8349emitx.o
1da177e4
LT
23
24ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
25EXTRA_CFLAGS += -DDEBUG
26endif
27
This page took 0.383412 seconds and 5 git commands to generate.