diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-01 13:10:29 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-01 13:10:29 +0000 |
commit | 767e626dcf05fed8456dd08285c854f43a37b45e (patch) | |
tree | b92df1339f6a47cb64e424765e0cb43b83db415a /target | |
parent | 0b02ab0508e1bbbba06935c4e6f80c820577d96a (diff) |
ar71xxx: allow to build the ar934x_nfc driver for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34943 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/413-mtd-ar934x-nand-driver.patch | 4 | ||||
-rw-r--r-- | 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 |