diff options
author | Zhou Wang <wangzhou1@hisilicon.com> | 2015-01-25 05:53:13 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-02-08 03:20:19 -0500 |
commit | 54f531f6e332875bd8a604871532f7f1174adc0e (patch) | |
tree | cc2393207d20dc8c3ebad042551dc6dfe86fa9e2 /drivers/mtd/nand/Kconfig | |
parent | e1dd8641c8c36ff4aacf24c7e2575770e30afbe5 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index ceade0448025..5b76a173cd95 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -524,4 +524,9 @@ config MTD_NAND_SUNXI | |||
524 | help | 524 | help |
525 | Enables support for NAND Flash chips on Allwinner SoCs. | 525 | Enables support for NAND Flash chips on Allwinner SoCs. |
526 | 526 | ||
527 | config MTD_NAND_HISI504 | ||
528 | tristate "Support for NAND controller on Hisilicon SoC Hip04" | ||
529 | help | ||
530 | Enables support for NAND controller on Hisilicon SoC Hip04. | ||
531 | |||
527 | endif # MTD_NAND | 532 | endif # MTD_NAND |