diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-05-29 14:57:20 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-30 20:57:30 +0300 |
commit | b2f98200c73cf4bd7c26438490b5a137210e9c7d (patch) | |
tree | 0537a5162bb48fe0e34819515e8784063c7fcb1d /drivers/net/ethernet/qualcomm/Kconfig | |
parent | 60d6702464b9d667312035eb3bd9d390af9626dd (diff) | |
download | linux-b2f98200c73cf4bd7c26438490b5a137210e9c7d.tar.xz |
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/Kconfig | 8 |
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. |