All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] wifi: ath11k: use select for CRYPTO_MICHAEL_MIC
@ 2023-11-13 15:35 James Prestwood
  2023-11-13 15:35 ` [PATCH 2/2] wifi: ath12k: " James Prestwood
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Prestwood @ 2023-11-13 15:35 UTC (permalink / raw)
  To: linux-wireless; +Cc: James Prestwood

Let ath11k select this option automatically which makes building
more intuitive if the user enables this driver (rather than the
driver not building unless CRYPTO_MICAEL_MIC is explicitly enabled)

Signed-off-by: James Prestwood <prestwoj@gmail.com>
---
 drivers/net/wireless/ath/ath11k/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/Kconfig b/drivers/net/wireless/ath/ath11k/Kconfig
index ad5cc6cac05b..27f0523bf967 100644
--- a/drivers/net/wireless/ath/ath11k/Kconfig
+++ b/drivers/net/wireless/ath/ath11k/Kconfig
@@ -2,7 +2,7 @@
 config ATH11K
 	tristate "Qualcomm Technologies 802.11ax chipset support"
 	depends on MAC80211 && HAS_DMA
-	depends on CRYPTO_MICHAEL_MIC
+	select CRYPTO_MICHAEL_MIC
 	select ATH_COMMON
 	select QCOM_QMI_HELPERS
 	help
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-29 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 15:35 [PATCH 1/2] wifi: ath11k: use select for CRYPTO_MICHAEL_MIC James Prestwood
2023-11-13 15:35 ` [PATCH 2/2] wifi: ath12k: " James Prestwood
2023-11-16 19:24 ` [PATCH 1/2] wifi: ath11k: " Jeff Johnson
2023-11-20  9:14   ` Kalle Valo
2023-11-20 12:27     ` James Prestwood
2023-11-29 11:25 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.