diff options
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 | |||
184 | 184 | ||
185 | BE VERY CAREFUL. | 185 | BE VERY CAREFUL. |
186 | 186 | ||
187 | config 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 | |||
187 | config MTD_SCB2_FLASH | 196 | config 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 |