diff options
author | Stefan Agner <stefan@agner.ch> | 2014-09-12 13:06:35 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-16 13:25:18 +0200 |
commit | 72d7beabf72867da0a2e4dd37381cc3838ca8316 (patch) | |
tree | a11fc16e869cfbb475368763ee38f48f633c5803 /drivers/mtd/nand/Makefile | |
parent | 816264fc6672dbb7c7b22ad9e67b8d0056873394 (diff) | |
download | u-boot-imx-72d7beabf72867da0a2e4dd37381cc3838ca8316.zip u-boot-imx-72d7beabf72867da0a2e4dd37381cc3838ca8316.tar.gz u-boot-imx-72d7beabf72867da0a2e4dd37381cc3838ca8316.tar.bz2 |
mtd: nand: add Freescale vf610_nfc driver
This adds initial support for Freescale NFC (NAND Flash Controller)
found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
The driver is called vf610_nfc since this is the first supported
and tested hardware platform supported by the driver.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Bill Pringlemeir <bpringlemeir@nbsps.com>
Diffstat (limited to 'drivers/mtd/nand/Makefile')
-rw-r--r-- | drivers/mtd/nand/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile index bf1312a..eef86d1 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -51,6 +51,7 @@ obj-$(CONFIG_NAND_KB9202) += kb9202_nand.o obj-$(CONFIG_NAND_KIRKWOOD) += kirkwood_nand.o obj-$(CONFIG_NAND_KMETER1) += kmeter1_nand.o obj-$(CONFIG_NAND_MPC5121_NFC) += mpc5121_nfc.o +obj-$(CONFIG_NAND_VF610_NFC) += vf610_nfc.o obj-$(CONFIG_NAND_MXC) += mxc_nand.o obj-$(CONFIG_NAND_MXS) += mxs_nand.o obj-$(CONFIG_NAND_NDFC) += ndfc.o |