[PATCH 3/3] MTD: Kconfig cleanups
Maxim Levitsky
maximlevitsky at gmail.com
Fri May 21 21:07:56 EDT 2010
Move all nand options under 'if MTD_NAND'
otherwise xconfig output is broken.
make Ricoh xD driver depend on MTD_NAND_ECC_SMC, untill
proper solution is made
Signed-off-by: Maxim Levitsky <maximlevitsky at gmail.com>
---
drivers/mtd/nand/Kconfig | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 98a04b3..8db333f 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -8,6 +8,8 @@ menuconfig MTD_NAND
devices. For further information see
<http://www.linux-mtd.infradead.org/doc/nand.html>.
+if MTD_NAND
+
config MTD_NAND_ECC
tristate
@@ -19,7 +21,7 @@ config MTD_NAND_ECC_SMC
Software ECC according to the Smart Media Specification.
The original Linux implementation had byte 0 and 1 swapped.
-if MTD_NAND
+
config MTD_NAND_VERIFY_WRITE
bool "Verify NAND page writes"
@@ -129,6 +131,7 @@ config MTD_NAND_RICOH
default n
depends on PCI
select MTD_SM_COMMON
+ select MTD_NAND_ECC_SMC
help
Enable support for Ricoh R5C852 xD card reader
You also need to enable ether
--
1.7.0.4
More information about the linux-mtd
mailing list