diff options
author | Lew Glendenning <lglendenning@lnxi.com> | 2006-10-20 14:41:04 -0700 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-10-21 16:21:04 +0100 |
commit | 29175778b07aa60e7f8030bd95d69f70070cc1f7 (patch) | |
tree | d270a0891202a87f051cce677dbe9f434b5d7a26 /drivers/mtd/maps/Kconfig | |
parent | 89072ef99367cd6fab37b85d6a59a575084c2d2c (diff) | |
download | blackbird-obmc-linux-29175778b07aa60e7f8030bd95d69f70070cc1f7.tar.gz blackbird-obmc-linux-29175778b07aa60e7f8030bd95d69f70070cc1f7.zip |
[MTD] MAPS: Support for BIOS flash chips on Intel ESB2 southbridge
Add MTD map driver for BIOS flash chips connected to the Intel ESB2
southbridge.
[akpm@osdl.org: coding-style fixes, build fix]
Signed-off-by: Ryan Jackson <rjackson@lnxi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 24747bdc3e19..7514a9bee015 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -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 |