Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259027
b: refs/heads/master
c: 06b4501
h: refs/heads/master
i:
  259025: 51cfd1a
  259023: 77ff0dd
v: v3
  • Loading branch information
Anatolij Gustschin authored and Linus Torvalds committed Jul 26, 2011
1 parent ca9248a commit 3f9e180
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e60c02e9d9427f59842192bdb123cbeaf8bc9a0
refs/heads/master: 06b4501e88ad10f02849a3f9d7408ed6ae15a53f
13 changes: 13 additions & 0 deletions trunk/drivers/misc/eeprom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,17 @@ config EEPROM_93CX6

If unsure, say N.

config EEPROM_93XX46
tristate "Microwire EEPROM 93XX46 support"
depends on SPI && SYSFS
help
Driver for the microwire EEPROM chipsets 93xx46x. The driver
supports both read and write commands and also the command to
erase the whole EEPROM.

This driver can also be built as a module. If so, the module
will be called eeprom_93xx46.

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
Expand Up @@ -3,3 +3,4 @@ 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
obj-$(CONFIG_EEPROM_93XX46) += eeprom_93xx46.o
Loading

0 comments on commit 3f9e180

Please sign in to comment.