Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130219
b: refs/heads/master
c: 0eb6da2
h: refs/heads/master
i:
  130217: 077fafd
  130215: 4c6576f
v: v3
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Jan 26, 2009
1 parent db22891 commit 624743b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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: e51d565ff6bb1cedc10568425511badf0633a212
refs/heads/master: 0eb6da20681db9b5d5769d3e1aca877f4a77d8fb
8 changes: 0 additions & 8 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ config PHANTOM
If you choose to build module, its name will be phantom. If unsure,
say N here.

config EEPROM_93CX6
tristate "EEPROM 93CX6 support"
---help---
This is a driver for the EEPROM chipsets 93c46 and 93c66.
The driver supports both read as well as write commands.

If unsure, say N.

config SGI_IOC4
tristate "SGI IOC4 Base IO support"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ obj-$(CONFIG_TIFM_CORE) += tifm_core.o
obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o
obj-$(CONFIG_PHANTOM) += phantom.o
obj-$(CONFIG_SGI_IOC4) += ioc4.o
obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
obj-$(CONFIG_ENCLOSURE_SERVICES) += enclosure.o
obj-$(CONFIG_KGDB_TESTS) += kgdbts.o
obj-$(CONFIG_SGI_XP) += sgi-xp/
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/misc/eeprom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ config SENSORS_EEPROM
This driver can also be built as a module. If so, the module
will be called eeprom.

config EEPROM_93CX6
tristate "EEPROM 93CX6 support"
help
This is a driver for the EEPROM chipsets 93c46 and 93c66.
The driver supports both read as well as write commands.

If unsure, say N.

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/misc/eeprom/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-$(CONFIG_AT24) += at24.o
obj-$(CONFIG_SPI_AT25) += at25.o
obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
File renamed without changes.

0 comments on commit 624743b

Please sign in to comment.