mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 03:14:42 +07:00
5052de8def
By moving these client drivers to use RPMSG instead of the direct SMD API we can reuse them ontop of the newly added GLINK wire-protocol support found in the 820 and 835 Qualcomm platforms. As the new (RPMSG-based) and old SMD implementations are mutually exclusive we have to change all client drivers in one commit, to make sure we have a working system before and after this transition. Acked-by: Andy Gross <andy.gross@linaro.org> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
config WCN36XX
|
|
tristate "Qualcomm Atheros WCN3660/3680 support"
|
|
depends on MAC80211 && HAS_DMA
|
|
depends on QCOM_WCNSS_CTRL || QCOM_WCNSS_CTRL=n
|
|
depends on RPMSG || RPMSG=n
|
|
---help---
|
|
This module adds support for wireless adapters based on
|
|
Qualcomm Atheros WCN3660 and WCN3680 mobile chipsets.
|
|
|
|
If you choose to build a module, it'll be called wcn36xx.
|
|
|
|
config WCN36XX_DEBUGFS
|
|
bool "WCN36XX debugfs support"
|
|
depends on WCN36XX
|
|
---help---
|
|
Enabled debugfs support
|
|
|
|
If unsure, say Y to make it easier to debug problems.
|