diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-19 04:29:38 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-19 04:29:38 -0400 |
commit | d1fef3c5e16327661be6cb127d68f5be379697a5 (patch) | |
tree | edb5ac6e2a75619aec19a594b327eded84e301d5 /drivers/mtd/nand/Kconfig | |
parent | 1046d88001e7b8819f60dece2eaf1b44bf4b4460 (diff) |
[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/Kconfig | 10 |
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 | |||
135 | help | 135 | help |
136 | NDFC Nand Flash Controllers are integrated in EP44x SoCs | 136 | NDFC Nand Flash Controllers are integrated in EP44x SoCs |
137 | 137 | ||
138 | config MTD_NAND_S3C2410_CLKSTOP | ||
139 | bool "S3C2410 NAND IDLE clock stop" | ||
140 | depends on MTD_NAND_S3C2410 | ||
141 | default n | ||
142 | help | ||
143 | Stop the clock to the NAND controller when there is no chip | ||
144 | selected to save power. This will mean there is a small delay | ||
145 | when the is NAND chip selected or released, but will save | ||
146 | approximately 5mA of power when there is nothing happening. | ||
147 | |||
138 | config MTD_NAND_DISKONCHIP | 148 | config MTD_NAND_DISKONCHIP |
139 | tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)" | 149 | tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)" |
140 | depends on MTD_NAND && EXPERIMENTAL | 150 | depends on MTD_NAND && EXPERIMENTAL |