Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a4c4c5e authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Brian Norris
Browse files

mtd: Kconfig: give the CFI command set version in prompt and help



Enhances the help for the CFI command set choices.

Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 21704804
Loading
Loading
Loading
Loading
+8 −8
Original line number Original line Diff line number Diff line
@@ -169,33 +169,33 @@ config MTD_OTP
	  in the programming of OTP bits will waste them.
	  in the programming of OTP bits will waste them.


config MTD_CFI_INTELEXT
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
	depends on MTD_GEN_PROBE
	select MTD_CFI_UTIL
	select MTD_CFI_UTIL
	help
	help
	  The Common Flash Interface defines a number of different command
	  The Common Flash Interface defines a number of different command
	  sets which a CFI-compliant chip may claim to implement. This code
	  sets which a CFI-compliant chip may claim to implement. This code
	  provides support for one of those command sets, used on Intel
	  provides support for command set 0001, used on Intel StrataFlash
	  StrataFlash and other parts.
	  and other parts.


config MTD_CFI_AMDSTD
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
	depends on MTD_GEN_PROBE
	select MTD_CFI_UTIL
	select MTD_CFI_UTIL
	help
	help
	  The Common Flash Interface defines a number of different command
	  The Common Flash Interface defines a number of different command
	  sets which a CFI-compliant chip may claim to implement. This code
	  sets which a CFI-compliant chip may claim to implement. This code
	  provides support for one of those command sets, used on chips
	  provides support for command set 0002, used on chips including
	  including the AMD Am29LV320.
	  the AMD Am29LV320.


config MTD_CFI_STAA
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
	depends on MTD_GEN_PROBE
	select MTD_CFI_UTIL
	select MTD_CFI_UTIL
	help
	help
	  The Common Flash Interface defines a number of different command
	  The Common Flash Interface defines a number of different command
	  sets which a CFI-compliant chip may claim to implement. This code
	  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
config MTD_CFI_UTIL
	tristate
	tristate