Skip to content

Commit 93ecd26

Browse files
lategoodbyedavem330
authored andcommitted
net: qualcomm: Fix dependency
This patch removes the dependency of the VENDOR entry and fixes the QCA7000 one. Signed-off-by: Stefan Wahren <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 48eb5b9 commit 93ecd26

File tree

1 file changed

+1
-2
lines changed
  • drivers/net/ethernet/qualcomm

1 file changed

+1
-2
lines changed

drivers/net/ethernet/qualcomm/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
config NET_VENDOR_QUALCOMM
66
bool "Qualcomm devices"
77
default y
8-
depends on SPI_MASTER && OF_GPIO
98
---help---
109
If you have a network (Ethernet) card belonging to this class, say Y
1110
and read the Ethernet-HOWTO, available from
@@ -20,7 +19,7 @@ if NET_VENDOR_QUALCOMM
2019

2120
config QCA7000
2221
tristate "Qualcomm Atheros QCA7000 support"
23-
depends on SPI_MASTER && OF_GPIO
22+
depends on SPI_MASTER && OF
2423
---help---
2524
This SPI protocol driver supports the Qualcomm Atheros QCA7000.
2625

0 commit comments

Comments
 (0)