From: Maxim Levitsky <maximlevitsky@gmail.com>
To: linux-mtd <linux-mtd@lists.infradead.org>
Cc: dwmw2 <dwmw2@infradead.org>, Maxim Levitsky <maximlevitsky@gmail.com>
Subject: [PATCH v2] MTD: Fix NAND submenu
Date: Sat, 22 May 2010 15:18:03 +0300 [thread overview]
Message-ID: <1274530683-22294-1-git-send-email-maximlevitsky@gmail.com> (raw)
In-Reply-To: <1274490476-16057-3-git-send-email-maximlevitsky@gmail.com>
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(-)
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"
--
1.7.0.4
next prev parent reply other threads:[~2010-05-22 12:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-22 1:03 [PATCH] [R852] Few fixes Maxim Levitsky
2010-05-22 1:07 ` [PATCH 1/3] r852: register IRQ as last step Maxim Levitsky
2010-05-22 1:07 ` [PATCH 2/3] r852: Fixes in case of DMA timeout Maxim Levitsky
2010-05-22 1:07 ` [PATCH 3/3] MTD: Kconfig cleanups Maxim Levitsky
2010-05-22 7:47 ` David Woodhouse
2010-05-22 7:58 ` Maxim Levitsky
2010-05-22 8:06 ` Maxim Levitsky
2010-05-22 10:54 ` Maxim Levitsky
2010-05-22 12:18 ` Maxim Levitsky [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-06-02 15:22 [PATCH V2] MTD: Fix NAND submenu Maxim Levitsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1274530683-22294-1-git-send-email-maximlevitsky@gmail.com \
--to=maximlevitsky@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox