PATCH : 2.6/mtd/Kconfig help

Philippe De Muyter phdm at macqel.be
Thu Jun 3 05:05:33 EDT 2004


Here is a small patch that IMHO enhances the help for the CFI command set
choices.

Philippe

Index: linux-2.6.x/drivers/mtd/chips/Kconfig
===================================================================
RCS file: /newdev6/cvsrepos/uClinux-dist/linux-2.6.x/drivers/mtd/chips/Kconfig,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Kconfig
--- linux-2.6.x/drivers/mtd/chips/Kconfig	2004/05/07 08:38:48	1.1.1.1
+++ linux-2.6.x/drivers/mtd/chips/Kconfig	2004/06/03 08:59:03
@@ -143,30 +143,30 @@
 	  flash chips addressed by each bus cycle, then say 'Y'.
 
 config MTD_CFI_INTELEXT
-	tristate "Support for Intel/Sharp flash chips"
+	tristate "Support for CFI command set 0001 (Intel/Sharp chips)"
 	depends on MTD_GEN_PROBE
 	help
 	  The Common Flash Interface defines a number of different command
 	  sets which a CFI-compliant chip may claim to implement. This code
-	  provides support for one of those command sets, used on Intel
-	  StrataFlash and other parts.
+	  provides support for command set 0001, used on Intel StrataFlash
+	  and other parts.
 
 config MTD_CFI_AMDSTD
-	tristate "Support for AMD/Fujitsu flash chips"
+	tristate "Support for CFI command set 0002 (AMD/Fujitsu chips)"
 	depends on MTD_GEN_PROBE
 	help
 	  The Common Flash Interface defines a number of different command
 	  sets which a CFI-compliant chip may claim to implement. This code
-	  provides support for one of those command sets, used on chips 
-	  including the AMD Am29LV320.
+	  provides support for command set 0002, used on chips including
+	  the AMD Am29LV320.
 
 config MTD_CFI_STAA
-	tristate "Support for ST (Advanced Architecture) flash chips"
+	tristate "Support for CFI command set 0020 (ST (Advanced Architecture) chips)"
 	depends on MTD_GEN_PROBE
 	help
 	  The Common Flash Interface defines a number of different command
 	  sets which a CFI-compliant chip may claim to implement. This code
-	  provides support for one of those command sets.
+	  provides support for command set 0020.
 
 config MTD_RAM
 	tristate "Support for RAM chips in bus mapping"





More information about the linux-mtd mailing list