Loading drivers/i2c/chips/Kconfig +0 −11 Original line number Diff line number Diff line Loading @@ -16,17 +16,6 @@ config DS1682 This driver can also be built as a module. If so, the module will be called ds1682. config SENSORS_EEPROM tristate "EEPROM reader" depends on EXPERIMENTAL help If you say yes here you get read-only access to the EEPROM data available on modern memory DIMMs and Sony Vaio laptops. Such EEPROMs could theoretically be available on other devices as well. This driver can also be built as a module. If so, the module will be called eeprom. config SENSORS_PCF8574 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" depends on EXPERIMENTAL && GPIO_PCF857X = "n" Loading drivers/i2c/chips/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ # obj-$(CONFIG_DS1682) += ds1682.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o obj-$(CONFIG_SENSORS_MAX6875) += max6875.o obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o Loading drivers/misc/eeprom/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,15 @@ config AT24 This driver can also be built as a module. If so, the module will be called at24. config SENSORS_EEPROM tristate "Old I2C EEPROM reader" depends on I2C && EXPERIMENTAL help If you say yes here you get read-only access to the EEPROM data available on modern memory DIMMs and Sony Vaio laptops via I2C. Such EEPROMs could theoretically be available on other devices as well. This driver can also be built as a module. If so, the module will be called eeprom. endmenu drivers/misc/eeprom/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_AT24) += at24.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o drivers/i2c/chips/eeprom.c→drivers/misc/eeprom/eeprom.c +0 −0 File moved. View file Loading
drivers/i2c/chips/Kconfig +0 −11 Original line number Diff line number Diff line Loading @@ -16,17 +16,6 @@ config DS1682 This driver can also be built as a module. If so, the module will be called ds1682. config SENSORS_EEPROM tristate "EEPROM reader" depends on EXPERIMENTAL help If you say yes here you get read-only access to the EEPROM data available on modern memory DIMMs and Sony Vaio laptops. Such EEPROMs could theoretically be available on other devices as well. This driver can also be built as a module. If so, the module will be called eeprom. config SENSORS_PCF8574 tristate "Philips PCF8574 and PCF8574A (DEPRECATED)" depends on EXPERIMENTAL && GPIO_PCF857X = "n" Loading
drivers/i2c/chips/Makefile +0 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ # obj-$(CONFIG_DS1682) += ds1682.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o obj-$(CONFIG_SENSORS_MAX6875) += max6875.o obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o Loading
drivers/misc/eeprom/Kconfig +11 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,15 @@ config AT24 This driver can also be built as a module. If so, the module will be called at24. config SENSORS_EEPROM tristate "Old I2C EEPROM reader" depends on I2C && EXPERIMENTAL help If you say yes here you get read-only access to the EEPROM data available on modern memory DIMMs and Sony Vaio laptops via I2C. Such EEPROMs could theoretically be available on other devices as well. This driver can also be built as a module. If so, the module will be called eeprom. endmenu
drivers/misc/eeprom/Makefile +1 −0 Original line number Diff line number Diff line obj-$(CONFIG_AT24) += at24.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o