summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2015-08-31 14:41:25 -0700
committerStefan Agner <stefan@agner.ch>2015-08-31 14:41:25 -0700
commit58c887f04ea87c470e25dcd26642479066c762d6 (patch)
treeb2a75cdf4b90c39aca362ed021fff690bd942646 /arch/arm/mach-imx
parent4bb3acd58f8d2074cd8e7a6ddb914a0954d0906a (diff)
mtd: nand: vf610_nfc: resync with latest upstream patch
Resync local version (v6) with latest upstream patch (v11). This includes all kinds of minor improvements and fixes: - Bit-flip count of empty pages include OOB area now. - Page read returns amount of bit flips instead of just zero. - Controller initialization also works for NAND connected with 16 data lines. - Do not use readl/writel_relaxed variants. - Specify NAND chips with subnodes in device tree
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 9358135164a2..3a3d3e9d7bfd 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -589,7 +589,6 @@ config SOC_VF610
select PINCTRL_VF610
select PL310_ERRATA_769419 if CACHE_L2X0
select SMP_ON_UP if SMP
- select HAVE_NAND_VF610_NFC
help
This enables support for Freescale Vybrid VF610 processor.