]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/i2c/chips/Makefile
i2c: Inform about deprecated chips directory
[mirror_ubuntu-zesty-kernel.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
1da177e4 21obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o
72cd7995 22obj-$(CONFIG_TPS65010) += tps65010.o
0c4a59fe 23obj-$(CONFIG_MENELAUS) += menelaus.o
a92c344d 24obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o
d6c3db83 25obj-$(CONFIG_MCU_MPC8349EMITX) += mcu_mpc8349emitx.o
1da177e4
LT
26
27ifeq ($(CONFIG_I2C_DEBUG_CHIP),y)
28EXTRA_CFLAGS += -DDEBUG
29endif
30