aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorDave Olsen <dolsen@lnxi.com>2006-11-06 18:33:57 -0500
committerDavid Woodhouse <dwmw2@infradead.org>2006-11-28 17:25:27 -0500
commit90afffc8bd79d130b58acd18f972ce4e00b8e20f (patch)
tree4f5e16a179888e3e141845bd15b33908d4babaae /drivers/mtd/maps/Kconfig
parent4010db56c8fe5bbb8e223bf9c9c36d41e9ad4f79 (diff)
[MTD] [MAPS] Support for BIOS flash chips on the nvidia ck804 southbridge
Add support for accessing BIOS flash chips connected to the NVIDIA ck804 southbridge. Signed-off-by: Ryan Jackson <rjackson@lnxi.com> 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 7514a9bee015..fa7466886fd6 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -193,6 +193,15 @@ config MTD_ESB2ROM
193 193
194 BE VERY CAREFUL. 194 BE VERY CAREFUL.
195 195
196config MTD_CK804XROM
197 tristate "BIOS flash chip on Nvidia CK804"
198 depends on X86 && MTD_JEDECPROBE
199 help
200 Support for treating the BIOS flash chip on nvidia motherboards
201 as an MTD device - with this you can reprogram your BIOS.
202
203 BE VERY CAREFUL.
204
196config MTD_SCB2_FLASH 205config MTD_SCB2_FLASH
197 tristate "BIOS flash chip on Intel SCB2 boards" 206 tristate "BIOS flash chip on Intel SCB2 boards"
198 depends on X86 && MTD_JEDECPROBE 207 depends on X86 && MTD_JEDECPROBE