diff options
author | Scott Wood <scottwood@freescale.com> | 2008-02-06 16:36:21 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-02-07 05:26:57 -0500 |
commit | 76b104671632c225ad594a50f9e26ada67bc0a74 (patch) | |
tree | e43ec7745b849eaadec6fa69dfac35a1ae5ccf44 /drivers/mtd/nand/Kconfig | |
parent | df66e7167ac756baf14d2b8ea7a2cfa056600a93 (diff) |
[MTD] [NAND] Freescale enhanced Local Bus Controller FCM NAND support.
Signed-off-by: Nick Spence <nick.spence@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 0a840d5d75ae..4a3c6759492b 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -321,4 +321,13 @@ config MTD_NAND_ORION | |||
321 | No board specific support is done by this driver, each board | 321 | No board specific support is done by this driver, each board |
322 | must advertise a platform_device for the driver to attach. | 322 | must advertise a platform_device for the driver to attach. |
323 | 323 | ||
324 | config MTD_NAND_FSL_ELBC | ||
325 | tristate "NAND support for Freescale eLBC controllers" | ||
326 | depends on MTD_NAND && PPC_OF | ||
327 | help | ||
328 | Various Freescale chips, including the 8313, include a NAND Flash | ||
329 | Controller Module with built-in hardware ECC capabilities. | ||
330 | Enabling this option will enable you to use this to control | ||
331 | external NAND devices. | ||
332 | |||
324 | endif # MTD_NAND | 333 | endif # MTD_NAND |