diff options
author | Tom Rini <trini@konsulko.com> | 2016-07-25 14:49:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-25 14:49:54 -0400 |
commit | fd42e1b589b5ae7e89dc327a70e5852999a23aeb (patch) | |
tree | 7f5a4ada7b95af8b94b7dc86638cde9a2663f88c /drivers/mtd/nand/Kconfig | |
parent | e312e745db7bcde95c759986d218e8ab5259f64f (diff) | |
parent | 59441ac3c135c412c679bdd1c82c8f2a9b805bbc (diff) |
Merge git://git.denx.de/u-boot-nand-flash
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 8c46a2ff8e..5ce7d6d06c 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -64,12 +64,14 @@ config NAND_PXA3XX PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2). config NAND_SUNXI - bool "Support for NAND on Allwinner SoCs in SPL" + bool "Support for NAND on Allwinner SoCs" depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I select SYS_NAND_SELF_INIT ---help--- - Enable support for NAND. This option allows SPL to read from - sunxi NAND using DMA transfers. + Enable support for NAND. This option enables the standard and + SPL drivers. + The SPL driver only supports reading from the NAND using DMA + transfers. config NAND_ARASAN bool "Configure Arasan Nand" |