diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2015-11-17 14:30:09 +0530 |
|---|---|---|
| committer | Scott Wood <[email protected]> | 2016-02-12 17:27:28 -0600 |
| commit | 78cb965af088f992930ff2a3e0967acd1f0ad87b (patch) | |
| tree | 675eb1fd22d8e8e4bb09ecb324eb0a4639745c92 /drivers | |
| parent | 065a373d9318c83a493ca833d64881418449d429 (diff) | |
zynqmp: nand: Add Nand driver support for zynqmp
Add nand driver support for zynqmp. The Nand
controller used in ZynqMP is Arasan Nand Flash
controller.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
[scottwood: Fix checkpatch warning]
Signed-off-by: Scott Wood <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 9a74064c98b..2fc73ef4e59 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -71,6 +71,13 @@ config NAND_SUNXI Enable support for NAND. This option allows SPL to read from sunxi NAND using DMA transfers. +config NAND_ARASAN + bool "Configure Arasan Nand" + help + This enables Nand driver support for Arasan nand flash + controller. This uses the hardware ECC for read and + write operations. + comment "Generic NAND options" # Enhance depends when converting drivers to Kconfig which use this config |
