Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45620
b: refs/heads/master
c: 2917577
h: refs/heads/master
v: v3
  • Loading branch information
Lew Glendenning authored and David Woodhouse committed Oct 21, 2006
1 parent 8d1ebb8 commit cb794fd
Show file tree
Hide file tree
Showing 4 changed files with 460 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: 89072ef99367cd6fab37b85d6a59a575084c2d2c
refs/heads/master: 29175778b07aa60e7f8030bd95d69f70070cc1f7
9 changes: 9 additions & 0 deletions trunk/drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,15 @@ config MTD_ICHXROM

BE VERY CAREFUL.

config MTD_ESB2ROM
tristate "BIOS flash chip on Intel ESB Controller Hub 2"
depends on X86 && MTD_JEDECPROBE
help
Support for treating the BIOS flash chip on ESB2 motherboards
as an MTD device - with this you can reprogram your BIOS.

BE VERY CAREFUL.

config MTD_SCB2_FLASH
tristate "BIOS flash chip on Intel SCB2 boards"
depends on X86 && MTD_JEDECPROBE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/maps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ obj-$(CONFIG_MTD_DC21285) += dc21285.o
obj-$(CONFIG_MTD_DILNETPC) += dilnetpc.o
obj-$(CONFIG_MTD_L440GX) += l440gx.o
obj-$(CONFIG_MTD_AMD76XROM) += amd76xrom.o
obj-$(CONFIG_MTD_ESB2ROM) += esb2rom.o
obj-$(CONFIG_MTD_ICHXROM) += ichxrom.o
obj-$(CONFIG_MTD_TSUNAMI) += tsunami_flash.o
obj-$(CONFIG_MTD_LUBBOCK) += lubbock-flash.o
Expand Down
Loading

0 comments on commit cb794fd

Please sign in to comment.