Kconfig (90afffc8bd79d130b58acd18f972ce4e00b8e20f) | Kconfig (3cb2fccc5f48a4d6269dfd00b4db570fca2a04d5) |
---|---|
1# drivers/mtd/maps/Kconfig 2# $Id: Kconfig,v 1.61 2005/11/07 11:14:26 gleixner Exp $ 3 4menu "Mapping drivers for chip access" 5 depends on MTD!=n 6 7config MTD_COMPLEX_MAPPINGS 8 bool "Support non-linear mappings of flash chips" --- 170 unchanged lines hidden (view full) --- 179 tristate "BIOS flash chip on Intel Controller Hub 2/3/4/5" 180 depends on X86 && MTD_JEDECPROBE 181 help 182 Support for treating the BIOS flash chip on ICHX motherboards 183 as an MTD device - with this you can reprogram your BIOS. 184 185 BE VERY CAREFUL. 186 | 1# drivers/mtd/maps/Kconfig 2# $Id: Kconfig,v 1.61 2005/11/07 11:14:26 gleixner Exp $ 3 4menu "Mapping drivers for chip access" 5 depends on MTD!=n 6 7config MTD_COMPLEX_MAPPINGS 8 bool "Support non-linear mappings of flash chips" --- 170 unchanged lines hidden (view full) --- 179 tristate "BIOS flash chip on Intel Controller Hub 2/3/4/5" 180 depends on X86 && MTD_JEDECPROBE 181 help 182 Support for treating the BIOS flash chip on ICHX motherboards 183 as an MTD device - with this you can reprogram your BIOS. 184 185 BE VERY CAREFUL. 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 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 | |
205config MTD_SCB2_FLASH 206 tristate "BIOS flash chip on Intel SCB2 boards" 207 depends on X86 && MTD_JEDECPROBE 208 help 209 Support for treating the BIOS flash chip on Intel SCB2 boards 210 as an MTD device - with this you can reprogram your BIOS. 211 212 BE VERY CAREFUL. --- 407 unchanged lines hidden (view full) --- 620 board, or currently detect the state of the link. 621 622config MTD_BAST_MAXSIZE 623 int "Maximum size for BAST flash area (MiB)" 624 depends on MTD_BAST 625 default "4" 626 627config MTD_SHARP_SL | 187config MTD_SCB2_FLASH 188 tristate "BIOS flash chip on Intel SCB2 boards" 189 depends on X86 && MTD_JEDECPROBE 190 help 191 Support for treating the BIOS flash chip on Intel SCB2 boards 192 as an MTD device - with this you can reprogram your BIOS. 193 194 BE VERY CAREFUL. --- 407 unchanged lines hidden (view full) --- 602 board, or currently detect the state of the link. 603 604config MTD_BAST_MAXSIZE 605 int "Maximum size for BAST flash area (MiB)" 606 depends on MTD_BAST 607 default "4" 608 609config MTD_SHARP_SL |
628 bool "ROM maped on Sharp SL Series" | 610 bool "ROM mapped on Sharp SL Series" |
629 depends on MTD && ARCH_PXA 630 help 631 This enables access to the flash chip on the Sharp SL Series of PDAs. 632 633config MTD_PLATRAM 634 tristate "Map driver for platform device RAM (mtd-ram)" 635 depends on MTD 636 select MTD_RAM 637 help 638 Map driver for RAM areas described via the platform device 639 system. 640 641 This selection automatically selects the map_ram driver. 642 643endmenu 644 | 611 depends on MTD && ARCH_PXA 612 help 613 This enables access to the flash chip on the Sharp SL Series of PDAs. 614 615config MTD_PLATRAM 616 tristate "Map driver for platform device RAM (mtd-ram)" 617 depends on MTD 618 select MTD_RAM 619 help 620 Map driver for RAM areas described via the platform device 621 system. 622 623 This selection automatically selects the map_ram driver. 624 625endmenu 626 |