summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorDave Olsen2006-11-07 00:33:57 +0100
committerDavid Woodhouse2006-11-28 23:25:27 +0100
commit90afffc8bd79d130b58acd18f972ce4e00b8e20f (patch)
tree4f5e16a179888e3e141845bd15b33908d4babaae /drivers/mtd/maps/Kconfig
parent[MTD] [NAND] Fix endianess bug in ndfc.c (diff)
downloadkernel-qcow2-linux-90afffc8bd79d130b58acd18f972ce4e00b8e20f.tar.gz
kernel-qcow2-linux-90afffc8bd79d130b58acd18f972ce4e00b8e20f.tar.xz
kernel-qcow2-linux-90afffc8bd79d130b58acd18f972ce4e00b8e20f.zip
[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
BE VERY CAREFUL.
+config MTD_CK804XROM
+ tristate "BIOS flash chip on Nvidia CK804"
+ depends on X86 && MTD_JEDECPROBE
+ help
+ Support for treating the BIOS flash chip on nvidia 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