net: qualcomm: Fix dependency
This patch removes the dependency of the VENDOR entry and fixes the QCA7000 one. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
48eb5b9c3d
Коммит
93ecd2607f
|
@ -5,7 +5,6 @@
|
||||||
config NET_VENDOR_QUALCOMM
|
config NET_VENDOR_QUALCOMM
|
||||||
bool "Qualcomm devices"
|
bool "Qualcomm devices"
|
||||||
default y
|
default y
|
||||||
depends on SPI_MASTER && OF_GPIO
|
|
||||||
---help---
|
---help---
|
||||||
If you have a network (Ethernet) card belonging to this class, say Y
|
If you have a network (Ethernet) card belonging to this class, say Y
|
||||||
and read the Ethernet-HOWTO, available from
|
and read the Ethernet-HOWTO, available from
|
||||||
|
@ -20,7 +19,7 @@ if NET_VENDOR_QUALCOMM
|
||||||
|
|
||||||
config QCA7000
|
config QCA7000
|
||||||
tristate "Qualcomm Atheros QCA7000 support"
|
tristate "Qualcomm Atheros QCA7000 support"
|
||||||
depends on SPI_MASTER && OF_GPIO
|
depends on SPI_MASTER && OF
|
||||||
---help---
|
---help---
|
||||||
This SPI protocol driver supports the Qualcomm Atheros QCA7000.
|
This SPI protocol driver supports the Qualcomm Atheros QCA7000.
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче