[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>
This commit is contained in:
parent
df66e7167a
commit
76b1046716
|
@ -321,4 +321,13 @@ config MTD_NAND_ORION
|
||||||
No board specific support is done by this driver, each board
|
No board specific support is done by this driver, each board
|
||||||
must advertise a platform_device for the driver to attach.
|
must advertise a platform_device for the driver to attach.
|
||||||
|
|
||||||
|
config MTD_NAND_FSL_ELBC
|
||||||
|
tristate "NAND support for Freescale eLBC controllers"
|
||||||
|
depends on MTD_NAND && PPC_OF
|
||||||
|
help
|
||||||
|
Various Freescale chips, including the 8313, include a NAND Flash
|
||||||
|
Controller Module with built-in hardware ECC capabilities.
|
||||||
|
Enabling this option will enable you to use this to control
|
||||||
|
external NAND devices.
|
||||||
|
|
||||||
endif # MTD_NAND
|
endif # MTD_NAND
|
||||||
|
|
|
@ -31,5 +31,6 @@ obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
|
||||||
obj-$(CONFIG_MTD_ALAUDA) += alauda.o
|
obj-$(CONFIG_MTD_ALAUDA) += alauda.o
|
||||||
obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
|
obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
|
||||||
obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o
|
obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o
|
||||||
|
obj-$(CONFIG_MTD_NAND_FSL_ELBC) += fsl_elbc_nand.o
|
||||||
|
|
||||||
nand-objs := nand_base.o nand_bbt.o
|
nand-objs := nand_base.o nand_bbt.o
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue