Title: [6692] trunk/drivers/mtd/Kconfig: fix MTD_TESTS order location wrt MTD_PARTITIONS
Revision
6692
Author
vapier
Date
2009-06-13 05:40:55 -0500 (Sat, 13 Jun 2009)

Log Message

fix MTD_TESTS order location wrt MTD_PARTITIONS

Modified Paths


Diff

Modified: trunk/drivers/mtd/Kconfig (6691 => 6692)


--- trunk/drivers/mtd/Kconfig	2009-06-13 10:39:44 UTC (rev 6691)
+++ trunk/drivers/mtd/Kconfig	2009-06-13 10:40:55 UTC (rev 6692)
@@ -25,6 +25,14 @@
 	help
 	  Determines the verbosity level of the MTD debugging messages.
 
+config MTD_TESTS
+	tristate "MTD tests support"
+	depends on m
+	help
+	  This option includes various MTD tests into compilation. The tests
+	  should normally be compiled as kernel modules. The modules perform
+	  various checks and verifications when loaded.
+
 config MTD_CONCAT
 	tristate "MTD concatenating support"
 	help
@@ -45,14 +53,6 @@
 	  devices. Partitioning on NFTL 'devices' is a different - that's the
 	  'normal' form of partitioning used on a block device.
 
-config MTD_TESTS
-	tristate "MTD tests support"
-	depends on m
-	help
-	  This option includes various MTD tests into compilation. The tests
-	  should normally be compiled as kernel modules. The modules perform
-	  various checks and verifications when loaded.
-
 config MTD_REDBOOT_PARTS
 	tristate "RedBoot partition table parsing"
 	depends on MTD_PARTITIONS
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to