···11#22# Makefile for miscellaneous I2C chip drivers.33#44+# Think twice before you add a new driver to this directory.55+# Device drivers are better grouped according to the functionality they66+# implement rather than to the bus they are connected to. In particular:77+# * Hardware monitoring chip drivers go to drivers/hwmon88+# * RTC chip drivers go to drivers/rtc99+# * I/O expander drivers go to drivers/gpio1010+#411512obj-$(CONFIG_DS1682) += ds1682.o613obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o