diff options
-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 ba9b511d2..26111f8c9 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 46d5c22aa..8f7ff2f7b 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 |