mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
0113a99b8a
Driver was marked deprecated 4 years ago, so it's time to remove it. This driver is the only i2c client driver using class I2C_CLASS_SPD. Apparently, as a follow-up step, we can remove I2C_CLASS_SPD altogether. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Jean Delvare <jdelvare@suse.de> Link: https://lore.kernel.org/r/18241458-52db-4537-bead-d570801253c3@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
388 B
Makefile
9 lines
388 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_EEPROM_AT24) += at24.o
|
|
obj-$(CONFIG_EEPROM_AT25) += at25.o
|
|
obj-$(CONFIG_EEPROM_MAX6875) += max6875.o
|
|
obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
|
|
obj-$(CONFIG_EEPROM_93XX46) += eeprom_93xx46.o
|
|
obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o
|
|
obj-$(CONFIG_EEPROM_IDT_89HPESX) += idt_89hpesx.o
|
|
obj-$(CONFIG_EEPROM_EE1004) += ee1004.o
|