aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2005-06-20 07:48:25 -0400
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-06-29 08:30:47 -0400
commita4f957f16d41b9ff944dddd84c4892496a129f68 (patch)
tree16b2984a1c648cd2bc5e5cd4ba85bc24ae8fa8b3 /drivers/mtd/nand/Kconfig
parentd7e78d4f2173298c34e88f496c3acea247feec61 (diff)
[MTD] NAND: s3c24xx updates
Fix error in timing generation, Tacls is only in the range 0..3 Add proper support for the s3c2440 NAND controller, which has now been tested on several s3c2440 implementations. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index f7801eb730ce..94b1d0e3ec85 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,5 +1,5 @@
1# drivers/mtd/nand/Kconfig 1# drivers/mtd/nand/Kconfig
2# $Id: Kconfig,v 1.26 2005/01/05 12:42:24 dwmw2 Exp $ 2# $Id: Kconfig,v 1.31 2005/06/20 12:03:21 bjd Exp $
3 3
4menu "NAND Flash Device Drivers" 4menu "NAND Flash Device Drivers"
5 depends on MTD!=n 5 depends on MTD!=n
@@ -95,10 +95,11 @@ config MTD_NAND_PPCHAMELEONEVB
95 This enables the NAND flash driver on the PPChameleon EVB Board. 95 This enables the NAND flash driver on the PPChameleon EVB Board.
96 96
97config MTD_NAND_S3C2410 97config MTD_NAND_S3C2410
98 tristate "NAND Flash support for S3C2410 SoC" 98 tristate "NAND Flash support for S3C2410/S3C2440 SoC"
99 depends on ARCH_S3C2410 && MTD_NAND 99 depends on ARCH_S3C2410 && MTD_NAND
100 help 100 help
101 This enables the NAND flash controller on the S3C2410. 101 This enables the NAND flash controller on the S3C2410 and S3C2440
102 SoCs
102 103
103 No board specfic support is done by this driver, each board 104 No board specfic support is done by this driver, each board
104 must advertise a platform_device for the driver to attach. 105 must advertise a platform_device for the driver to attach.