aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorLew Glendenning <lglendenning@lnxi.com>2006-10-20 17:41:04 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-10-21 11:21:04 -0400
commit29175778b07aa60e7f8030bd95d69f70070cc1f7 (patch)
treed270a0891202a87f051cce677dbe9f434b5d7a26 /drivers/mtd/maps/Kconfig
parent89072ef99367cd6fab37b85d6a59a575084c2d2c (diff)
[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/Kconfig9
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
184 184
185 BE VERY CAREFUL. 185 BE VERY CAREFUL.
186 186
187config MTD_ESB2ROM
188 tristate "BIOS flash chip on Intel ESB Controller Hub 2"
189 depends on X86 && MTD_JEDECPROBE
190 help
191 Support for treating the BIOS flash chip on ESB2 motherboards
192 as an MTD device - with this you can reprogram your BIOS.
193
194 BE VERY CAREFUL.
195
187config MTD_SCB2_FLASH 196config MTD_SCB2_FLASH
188 tristate "BIOS flash chip on Intel SCB2 boards" 197 tristate "BIOS flash chip on Intel SCB2 boards"
189 depends on X86 && MTD_JEDECPROBE 198 depends on X86 && MTD_JEDECPROBE