aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/qualcomm/Kconfig
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2017-05-29 13:57:20 +0200
committerDavid S. Miller <davem@davemloft.net>2017-05-30 13:57:30 -0400
commitb2f98200c73cf4bd7c26438490b5a137210e9c7d (patch)
tree0537a5162bb48fe0e34819515e8784063c7fcb1d /drivers/net/ethernet/qualcomm/Kconfig
parentnet: qualcomm: prepare frame decoding for UART driver (diff)
downloadwireguard-linux-b2f98200c73cf4bd7c26438490b5a137210e9c7d.tar.xz
wireguard-linux-b2f98200c73cf4bd7c26438490b5a137210e9c7d.zip
net: qualcomm: make qca_7k_common a separate kernel module
In order to share common functions between QCA7000 SPI and UART protocol driver the qca_7k_common needs to be a separate kernel module. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qualcomm/Kconfig')
-rw-r--r--drivers/net/ethernet/qualcomm/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qualcomm/Kconfig b/drivers/net/ethernet/qualcomm/Kconfig
index d7720bf92d49..b4c369dccde7 100644
--- a/drivers/net/ethernet/qualcomm/Kconfig
+++ b/drivers/net/ethernet/qualcomm/Kconfig
@@ -16,7 +16,13 @@ config NET_VENDOR_QUALCOMM
if NET_VENDOR_QUALCOMM
config QCA7000
- tristate "Qualcomm Atheros QCA7000 support"
+ tristate
+ help
+ This enables support for the Qualcomm Atheros QCA7000.
+
+config QCA7000_SPI
+ tristate "Qualcomm Atheros QCA7000 SPI support"
+ select QCA7000
depends on SPI_MASTER && OF
---help---
This SPI protocol driver supports the Qualcomm Atheros QCA7000.