mtd: chips: reorganize Kconfig help on swapping

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jul 6 13:59:06 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=2e61c3a57747150a583b2fb54bddb5dba09aa2cf
Commit:     2e61c3a57747150a583b2fb54bddb5dba09aa2cf
Parent:     a5b2d76d728f135d684827d193cb7fb76d7771a5
Author:     Paul Bolle <pebolle at tiscali.nl>
AuthorDate: Tue Jun 19 13:52:42 2012 +0200
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Jul 6 18:17:07 2012 +0100

    mtd: chips: reorganize Kconfig help on swapping
    
    The Kconfig help on "Flash cmd/query data swapping" still mentions
    LART_ENDIAN_BYTE. That option used to be relevant for setting
    CONFIG_MTD_CFI_LART_BIT_SWAP. That option and macro got both removed in
    v2.4.11-pre4. So, although LART endianness sounds intriguing, that part
    of the help text can be removed.
    
    And, while we're touching this choice, move the help text up one level.
    Currently it's available under the "NO" option, while it's relevant for
    all three options.
    
    Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/chips/Kconfig |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig
index b1e3c26..e469b01 100644
--- a/drivers/mtd/chips/Kconfig
+++ b/drivers/mtd/chips/Kconfig
@@ -43,9 +43,6 @@ choice
 	prompt "Flash cmd/query data swapping"
 	depends on MTD_CFI_ADV_OPTIONS
 	default MTD_CFI_NOSWAP
-
-config MTD_CFI_NOSWAP
-	bool "NO"
 	---help---
 	  This option defines the way in which the CPU attempts to arrange
 	  data bits when writing the 'magic' commands to the chips. Saying
@@ -55,12 +52,8 @@ config MTD_CFI_NOSWAP
 	  Specific arrangements are possible with the BIG_ENDIAN_BYTE and
 	  LITTLE_ENDIAN_BYTE, if the bytes are reversed.
 
-	  If you have a LART, on which the data (and address) lines were
-	  connected in a fashion which ensured that the nets were as short
-	  as possible, resulting in a bit-shuffling which seems utterly
-	  random to the untrained eye, you need the LART_ENDIAN_BYTE option.
-
-	  Yes, there really exists something sicker than PDP-endian :)
+config MTD_CFI_NOSWAP
+	bool "NO"
 
 config MTD_CFI_BE_BYTE_SWAP
 	bool "BIG_ENDIAN_BYTE"



More information about the linux-mtd-cvs mailing list