mtd: Fix NAND submenu
Move MTD_NAND_ECC and MTD_NAND_ECC_SMC above NAND memuconfig, to unbreak display in xconfig. This shouldn't change any dependencies. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
ac373f7e22
commit
5869d2c387
1 changed files with 11 additions and 10 deletions
|
@ -1,13 +1,3 @@
|
||||||
menuconfig MTD_NAND
|
|
||||||
tristate "NAND Device Support"
|
|
||||||
depends on MTD
|
|
||||||
select MTD_NAND_IDS
|
|
||||||
select MTD_NAND_ECC
|
|
||||||
help
|
|
||||||
This enables support for accessing all type of NAND flash
|
|
||||||
devices. For further information see
|
|
||||||
<http://www.linux-mtd.infradead.org/doc/nand.html>.
|
|
||||||
|
|
||||||
config MTD_NAND_ECC
|
config MTD_NAND_ECC
|
||||||
tristate
|
tristate
|
||||||
|
|
||||||
|
@ -19,6 +9,17 @@ config MTD_NAND_ECC_SMC
|
||||||
Software ECC according to the Smart Media Specification.
|
Software ECC according to the Smart Media Specification.
|
||||||
The original Linux implementation had byte 0 and 1 swapped.
|
The original Linux implementation had byte 0 and 1 swapped.
|
||||||
|
|
||||||
|
|
||||||
|
menuconfig MTD_NAND
|
||||||
|
tristate "NAND Device Support"
|
||||||
|
depends on MTD
|
||||||
|
select MTD_NAND_IDS
|
||||||
|
select MTD_NAND_ECC
|
||||||
|
help
|
||||||
|
This enables support for accessing all type of NAND flash
|
||||||
|
devices. For further information see
|
||||||
|
<http://www.linux-mtd.infradead.org/doc/nand.html>.
|
||||||
|
|
||||||
if MTD_NAND
|
if MTD_NAND
|
||||||
|
|
||||||
config MTD_NAND_VERIFY_WRITE
|
config MTD_NAND_VERIFY_WRITE
|
||||||
|
|
Loading…
Add table
Reference in a new issue