summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-19 18:43:41 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-19 18:43:41 +0000
commitd6fef0cb396801ccf8bc507244a6ac3874fc12cc (patch)
treee8f5459796602ceab38815d7d7d81b2577dbfe9f /target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch
parentceecdfb1c96932e6e4e14c04f73dab323d765c13 (diff)
downloadmtk-20170518-d6fef0cb396801ccf8bc507244a6ac3874fc12cc.zip
mtk-20170518-d6fef0cb396801ccf8bc507244a6ac3874fc12cc.tar.gz
mtk-20170518-d6fef0cb396801ccf8bc507244a6ac3874fc12cc.tar.bz2
ar71xx: ar934x_nfc: add experimental support for hardware ECC
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38069
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch')
-rw-r--r--target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch b/target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch
index d7107b0..1759536 100644
--- a/target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch
+++ b/target/linux/ar71xx/patches-3.10/413-mtd-ar934x-nand-driver.patch
@@ -1,6 +1,6 @@
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
-@@ -552,4 +552,8 @@ config MTD_NAND_RB750
+@@ -552,4 +552,12 @@ config MTD_NAND_RB750
tristate "NAND flash driver for the RouterBoard 750"
depends on MTD_NAND && ATH79_MACH_RB750
@@ -8,6 +8,10 @@
+ tristate "NAND flash driver for the Qualcomm Atheros AR934x/QCA955x SoCs"
+ depends on (SOC_AR934X || SOC_QCA955X)
+
++config MTD_NAND_AR934X_HW_ECC
++ bool "Hardware ECC support for the AR934X NAND Controller (EXPERIMENTAL)"
++ depends on MTD_NAND_AR934X
++
endif # MTD_NAND
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile