diff options
author | Chris Metcalf | 2010-06-25 20:38:16 +0200 |
---|---|---|
committer | Chris Metcalf | 2010-06-25 20:38:16 +0200 |
commit | 9c78965ca18594fe0a34a1a1b13781b10f85e4bc (patch) | |
tree | 60c9e83d3c2b56e3c7f5169b63577a72bf7ddb57 /drivers/mtd/nand/Kconfig | |
parent | Revert adding some arch-specific signal syscalls to <linux/syscalls.h>. (diff) | |
parent | Linux 2.6.35-rc3 (diff) | |
download | kernel-qcow2-linux-9c78965ca18594fe0a34a1a1b13781b10f85e4bc.tar.gz kernel-qcow2-linux-9c78965ca18594fe0a34a1a1b13781b10f85e4bc.tar.xz kernel-qcow2-linux-9c78965ca18594fe0a34a1a1b13781b10f85e4bc.zip |
Merge branch 'master' into for-linus
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 98a04b3c9526..ffc3720929f1 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -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 tristate @@ -19,6 +9,17 @@ config MTD_NAND_ECC_SMC Software ECC according to the Smart Media Specification. 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 config MTD_NAND_VERIFY_WRITE |