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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index dd10646982ae..4c51d2c9acc1 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -516,4 +516,10 @@ config MTD_NAND_XWAY Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached to the External Bus Unit (EBU). +config MTD_NAND_SUNXI + tristate "Support for NAND on Allwinner SoCs" + depends on ARCH_SUNXI + help + Enables support for NAND Flash chips on Allwinner SoCs. + endif # MTD_NAND |