Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93ecd260 authored by Stefan Wahren's avatar Stefan Wahren Committed by David S. Miller
Browse files

net: qualcomm: Fix dependency



This patch removes the dependency of the VENDOR entry and fixes
the QCA7000 one.

Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 48eb5b9c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
config NET_VENDOR_QUALCOMM
	bool "Qualcomm devices"
	default y
	depends on SPI_MASTER && OF_GPIO
	---help---
	  If you have a network (Ethernet) card belonging to this class, say Y
	  and read the Ethernet-HOWTO, available from
@@ -20,7 +19,7 @@ if NET_VENDOR_QUALCOMM

config QCA7000
	tristate "Qualcomm Atheros QCA7000 support"
	depends on SPI_MASTER && OF_GPIO
	depends on SPI_MASTER && OF
	---help---
	  This SPI protocol driver supports the Qualcomm Atheros QCA7000.