summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorBen Dooks2006-06-19 10:29:38 +0200
committerDavid Woodhouse2006-06-19 10:29:38 +0200
commitd1fef3c5e16327661be6cb127d68f5be379697a5 (patch)
treeedb5ac6e2a75619aec19a594b327eded84e301d5 /drivers/mtd/nand/Kconfig
parent[JFFS2] Check CRC32 on dirent and data nodes each time they're read (diff)
downloadkernel-qcow2-linux-d1fef3c5e16327661be6cb127d68f5be379697a5.tar.gz
kernel-qcow2-linux-d1fef3c5e16327661be6cb127d68f5be379697a5.tar.xz
kernel-qcow2-linux-d1fef3c5e16327661be6cb127d68f5be379697a5.zip
[MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation.
Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 203f90a024db..3db77eec0ed2 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -135,6 +135,16 @@ config MTD_NAND_NDFC
help
NDFC Nand Flash Controllers are integrated in EP44x SoCs
+config MTD_NAND_S3C2410_CLKSTOP
+ bool "S3C2410 NAND IDLE clock stop"
+ depends on MTD_NAND_S3C2410
+ default n
+ help
+ Stop the clock to the NAND controller when there is no chip
+ selected to save power. This will mean there is a small delay
+ when the is NAND chip selected or released, but will save
+ approximately 5mA of power when there is nothing happening.
+
config MTD_NAND_DISKONCHIP
tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
depends on MTD_NAND && EXPERIMENTAL