From: Niklas Cassel Date: Tue, 12 Jun 2018 11:39:06 +0000 (+0200) Subject: ath10k: allow ATH10K_SNOC with COMPILE_TEST X-Git-Tag: v5.15~7641^2~144^2~24^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1908735f141f662fbf04436e6efc1560418b5a0;p=platform%2Fkernel%2Flinux-starfive.git ath10k: allow ATH10K_SNOC with COMPILE_TEST ATH10K_SNOC builds just fine with COMPILE_TEST, so make that possible. Signed-off-by: Niklas Cassel Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath10k/Kconfig b/drivers/net/wireless/ath/ath10k/Kconfig index 54ff593..6572a43 100644 --- a/drivers/net/wireless/ath/ath10k/Kconfig +++ b/drivers/net/wireless/ath/ath10k/Kconfig @@ -42,7 +42,8 @@ config ATH10K_USB config ATH10K_SNOC tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)" - depends on ATH10K && ARCH_QCOM + depends on ATH10K + depends on ARCH_QCOM || COMPILE_TEST ---help--- This module adds support for integrated WCN3990 chip connected to system NOC(SNOC). Currently work in progress and will not