mtd: Kconfig: give the CFI command set version in prompt and help
authorPhilippe De Muyter <phdm@macqel.be>
Fri, 7 Mar 2014 15:04:01 +0000 (16:04 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 21 May 2014 00:36:43 +0000 (17:36 -0700)
Enhances the help for the CFI command set choices.

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/chips/Kconfig

index e4696b37f3deca35ccca51be33c8ff3181606c58..9f02c28c0204d1c6935551dbca443d3665eee31e 100644 (file)
@@ -169,33 +169,33 @@ config MTD_OTP
          in the programming of OTP bits will waste them.
 
 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
        select MTD_CFI_UTIL
        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/Spansion flash chips"
+       tristate "Support for CFI command set 0002 (AMD/Fujitsu/Spansion chips)"
        depends on MTD_GEN_PROBE
        select MTD_CFI_UTIL
        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
        select MTD_CFI_UTIL
        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_CFI_UTIL
        tristate