aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorJason Roberts <jason.e.roberts@intel.com>2010-05-13 10:57:33 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2010-05-13 11:12:16 -0400
commitce082596ae4308f67f0953a67db508bb085520fa (patch)
treec77be06bdf86c9232bea3514e371bd9bb7b4825a /drivers/mtd/nand/Kconfig
parent1cd2620ca9332943c9fff84c0c9240982534d840 (diff)
mtd/nand: Add Intel Moorestown/Denali NAND support
There is more work to be done on this but it is basically working now. Signed-off-by: Jason Roberts <jason.e.roberts@intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 8f402d46a362..98a04b3c9526 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -50,6 +50,23 @@ config MTD_NAND_AUTCPU12
50 This enables the driver for the autronix autcpu12 board to 50 This enables the driver for the autronix autcpu12 board to
51 access the SmartMediaCard. 51 access the SmartMediaCard.
52 52
53config MTD_NAND_DENALI
54 depends on PCI
55 tristate "Support Denali NAND controller on Intel Moorestown"
56 help
57 Enable the driver for NAND flash on Intel Moorestown, using the
58 Denali NAND controller core.
59
60config MTD_NAND_DENALI_SCRATCH_REG_ADDR
61 hex "Denali NAND size scratch register address"
62 default "0xFF108018"
63 help
64 Some platforms place the NAND chip size in a scratch register
65 because (some versions of) the driver aren't able to automatically
66 determine the size of certain chips. Set the address of the
67 scratch register here to enable this feature. On Intel Moorestown
68 boards, the scratch register is at 0xFF108018.
69
53config MTD_NAND_EDB7312 70config MTD_NAND_EDB7312
54 tristate "Support for Cirrus Logic EBD7312 evaluation board" 71 tristate "Support for Cirrus Logic EBD7312 evaluation board"
55 depends on ARCH_EDB7312 72 depends on ARCH_EDB7312