diff options
Diffstat (limited to 'target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.7/413-mtd-ar934x-nand-driver.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 |