diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-10-21 15:08:41 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-10-29 18:08:00 +0100 |
commit | 1fef62c1423b694da517b18dc80d59a7eaf7dd74 (patch) | |
tree | c276ece06a86ce5a5923e0906116363e53c328d5 /drivers/mtd/nand/Makefile | |
parent | nandsim: add id_bytes module parameter (diff) | |
download | linux-1fef62c1423b694da517b18dc80d59a7eaf7dd74.tar.xz linux-1fef62c1423b694da517b18dc80d59a7eaf7dd74.zip |
mtd: nand: add sunxi NAND flash controller support
Add support for the sunxi NAND Flash Controller (NFC).
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
[Brian: tweaked to fix ecc->steps issue]
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 9c847e469ca7..bd38f21d2e28 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -50,5 +50,6 @@ obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o 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 nand-objs := nand_base.o nand_bbt.o nand_timings.o |