X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmtd%2FKconfig;h=5fb011c37398c58973340c85a7dcd26cc980c8a2;hb=5e3b93f248c98873cc843e83092bb8da92ac85a2;hp=f0aaaa225fb58eb02ca7cda6c4c49d149fad66eb;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index f0aaaa225..5fb011c37 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -1,4 +1,4 @@ -# $Id: Kconfig,v 1.6 2004/08/09 13:19:42 dwmw2 Exp $ +# $Id: Kconfig,v 1.3 2003/05/28 11:02:23 dwmw2 Exp $ menu "Memory Technology Devices (MTD)" @@ -28,7 +28,7 @@ config MTD_DEBUG_VERBOSE Determines the verbosity level of the MTD debugging messages. config MTD_PARTITIONS - bool "MTD partitioning support" + tristate "MTD partitioning support" depends on MTD help If you have a device which needs to divide its flash chip(s) up @@ -68,23 +68,9 @@ config MTD_REDBOOT_PARTS SA1100 map driver (CONFIG_MTD_SA1100) has an option for this, for example. -config MTD_REDBOOT_PARTS_UNALLOCATED - bool " Include unallocated flash regions" - depends on MTD_REDBOOT_PARTS - help - If you need to register each unallocated flash region as a MTD - 'partition', enable this option. - -config MTD_REDBOOT_PARTS_READONLY - bool " Force read-only for RedBoot system images" - depends on MTD_REDBOOT_PARTS - help - If you need to force read-only for 'RedBoot', 'RedBoot Config' and - 'FIS directory' images, enable this option. - config MTD_CMDLINE_PARTS - bool "Command line partition table parsing" - depends on MTD_PARTITIONS = "y" + tristate "Command line partition table parsing" + depends on MTD_PARTITIONS ---help--- Allow generic configuration of the MTD paritition tables via the kernel command line. Multiple flash resources are supported for hardware where