 4b364f230a
			
		
	
	
	4b364f230a
	
	
	
		
			
			This driver only reads the user EEPROM of that chip, so we can move it to the eeprom-directory in order to further clean up (and later remove) drivers/i2c/chips. The Kconfig text was updated to match the current functionality, dropping the meanwhile obsoleted parts. Defconfigs have been adapted. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Ben Gardner <gardner.ben@gmail.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			199 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			199 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_EEPROM_AT24)	+= at24.o
 | |
| obj-$(CONFIG_EEPROM_AT25)	+= at25.o
 | |
| obj-$(CONFIG_EEPROM_LEGACY)	+= eeprom.o
 | |
| obj-$(CONFIG_EEPROM_MAX6875)	+= max6875.o
 | |
| obj-$(CONFIG_EEPROM_93CX6)	+= eeprom_93cx6.o
 |