ar71xxx: allow to select ATH79_DEV_NFC for QCA955x
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34944
This commit is contained in:
parent
d8446d65fe
commit
2c77e5d7b3
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
def_bool n
|
def_bool n
|
||||||
|
|
||||||
+config ATH79_DEV_NFC
|
+config ATH79_DEV_NFC
|
||||||
+ depends on (SOC_AR934X)
|
+ depends on (SOC_AR934X || SOC_QCA955X)
|
||||||
+ def_bool n
|
+ def_bool n
|
||||||
+
|
+
|
||||||
config ATH79_DEV_SPI
|
config ATH79_DEV_SPI
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
def_bool n
|
def_bool n
|
||||||
|
|
||||||
+config ATH79_DEV_NFC
|
+config ATH79_DEV_NFC
|
||||||
+ depends on (SOC_AR934X)
|
+ depends on (SOC_AR934X || SOC_QCA955X)
|
||||||
+ def_bool n
|
+ def_bool n
|
||||||
+
|
+
|
||||||
config ATH79_DEV_SPI
|
config ATH79_DEV_SPI
|
||||||
|
|
Loading…
Reference in a new issue