Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130217
b: refs/heads/master
c: 2e15788
h: refs/heads/master
i:
  130215: 4c6576f
v: v3
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Jan 26, 2009
1 parent fa3e344 commit 077fafd
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5195e5093bb7d30dbf057b260005cb4ab9761168
refs/heads/master: 2e157888f132131f8877affd2785dcee4c227c1d
11 changes: 0 additions & 11 deletions trunk/drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/i2c/chips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions trunk/drivers/misc/eeprom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions trunk/drivers/misc/eeprom/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_AT24) += at24.o
obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
File renamed without changes.

0 comments on commit 077fafd

Please sign in to comment.