diff options
author | Zhou Wang <wangzhou1@hisilicon.com> | 2015-01-25 13:53:13 +0300 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-02-08 11:20:19 +0300 |
commit | 54f531f6e332875bd8a604871532f7f1174adc0e (patch) | |
tree | cc2393207d20dc8c3ebad042551dc6dfe86fa9e2 /drivers/mtd/nand/Makefile | |
parent | e1dd8641c8c36ff4aacf24c7e2575770e30afbe5 (diff) | |
download | linux-54f531f6e332875bd8a604871532f7f1174adc0e.tar.xz |
mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc
This patch adds the support for hisilicon 504 NAND controller which is now used
by Hisilicon Soc Hip04.
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.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 bd38f21d2e28..582bbd05aff7 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -51,5 +51,6 @@ obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi-nand/ obj-$(CONFIG_MTD_NAND_XWAY) += xway_nand.o obj-$(CONFIG_MTD_NAND_BCM47XXNFLASH) += bcm47xxnflash/ obj-$(CONFIG_MTD_NAND_SUNXI) += sunxi_nand.o +obj-$(CONFIG_MTD_NAND_HISI504) += hisi504_nand.o nand-objs := nand_base.o nand_bbt.o nand_timings.o |