From 767e626dcf05fed8456dd08285c854f43a37b45e Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 1 Jan 2013 13:10:29 +0000 Subject: [PATCH] ar71xxx: allow to build the ar934x_nfc driver for QCA955x Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34943 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch | 4 ++-- target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch b/target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch index ba9b511d27..26111f8c9c 100644 --- a/target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch +++ b/target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch @@ -5,8 +5,8 @@ depends on MTD_NAND && ATH79_MACH_RB750 +config MTD_NAND_AR934X -+ tristate "NAND flash driver for the Atheros AR934x SoCs" -+ depends on SOC_AR934X ++ tristate "NAND flash driver for the Qualcomm Atheros AR934x/QCA955x SoCs" ++ depends on (SOC_AR934X || SOC_QCA955X) + endif # MTD_NAND --- a/drivers/mtd/nand/Makefile diff --git a/target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch b/target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch index 46d5c22aa1..8f7ff2f7b0 100644 --- a/target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch +++ b/target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch @@ -5,8 +5,8 @@ depends on MTD_NAND && ATH79_MACH_RB750 +config MTD_NAND_AR934X -+ tristate "NAND flash driver for the Atheros AR934x SoCs" -+ depends on SOC_AR934X ++ tristate "NAND flash driver for the Qualcomm Atheros AR934x/QCA955x SoCs" ++ depends on (SOC_AR934X || SOC_QCA955X) + endif # MTD_NAND --- a/drivers/mtd/nand/Makefile -- 2.11.0