ar71xxx: allow to build the ar934x_nfc driver for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34943
This commit is contained in:
parent
93c322cacc
commit
d8446d65fe
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
||||||
depends on MTD_NAND && ATH79_MACH_RB750
|
depends on MTD_NAND && ATH79_MACH_RB750
|
||||||
|
|
||||||
+config MTD_NAND_AR934X
|
+config MTD_NAND_AR934X
|
||||||
+ tristate "NAND flash driver for the Atheros AR934x SoCs"
|
+ tristate "NAND flash driver for the Qualcomm Atheros AR934x/QCA955x SoCs"
|
||||||
+ depends on SOC_AR934X
|
+ depends on (SOC_AR934X || SOC_QCA955X)
|
||||||
+
|
+
|
||||||
endif # MTD_NAND
|
endif # MTD_NAND
|
||||||
--- a/drivers/mtd/nand/Makefile
|
--- a/drivers/mtd/nand/Makefile
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
depends on MTD_NAND && ATH79_MACH_RB750
|
depends on MTD_NAND && ATH79_MACH_RB750
|
||||||
|
|
||||||
+config MTD_NAND_AR934X
|
+config MTD_NAND_AR934X
|
||||||
+ tristate "NAND flash driver for the Atheros AR934x SoCs"
|
+ tristate "NAND flash driver for the Qualcomm Atheros AR934x/QCA955x SoCs"
|
||||||
+ depends on SOC_AR934X
|
+ depends on (SOC_AR934X || SOC_QCA955X)
|
||||||
+
|
+
|
||||||
endif # MTD_NAND
|
endif # MTD_NAND
|
||||||
--- a/drivers/mtd/nand/Makefile
|
--- a/drivers/mtd/nand/Makefile
|
||||||
|
|
Loading…
Reference in a new issue