| Submitter | Maxim Levitsky |
|---|---|
| Date | June 2, 2010, 1:01 p.m. |
| Message ID | <1275483708-11929-5-git-send-email-maximlevitsky@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/54366/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 98a04b3..5927239 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"
Move all nand options under 'if MTD_NAND' otherwise xconfig output is broken. Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> --- drivers/mtd/nand/Kconfig | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)