X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-3.10%2F413-mtd-ar934x-nand-driver.patch;h=17595368f9bdee56e7b8858b46d98d6a3d2be054;hp=d7107b0b68064ac9266b2f19bef02d83727a5271;hb=6e399d83ac4697b4bec3a2df08dd722e4c1145b0;hpb=54809c232fe59bce3ffd3f9f15f9a2c32d1f2a91 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 d7107b0b68..17595368f9 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,12 +1,16 @@ --- 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 +config MTD_NAND_AR934X + 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