* [PATCH wireless-next] wifi: ath9k: ahb: add OF dependency
@ 2025-07-09 0:22 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2025-07-09 0:22 UTC (permalink / raw)
To: linux-wireless
Cc: Johannes Berg, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Thomas Bogendoerfer, Matthias Brugger, AngeloGioacchino Del Regno,
Toke Høiland-Jørgensen, Stanislaw Gruszka, Jeff Johnson,
Rosen Penev,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, open list:MIPS,
moderated list:ARM/Mediatek SoC support,
moderated list:ARM/Mediatek SoC support
The conversion to OF missed adding a Kconfig dependency.
Fixes: 2fa490c0d7 ("wifi: ath9k: ahb: replace id_table with of")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
Since this is for something that hasn't hit master yet, I assume
wireless-next is the proper place for it.
drivers/net/wireless/ath/ath9k/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig
index 0c47be06c153..47d570a5ca6a 100644
--- a/drivers/net/wireless/ath/ath9k/Kconfig
+++ b/drivers/net/wireless/ath/ath9k/Kconfig
@@ -47,7 +47,7 @@ config ATH9K_PCI
config ATH9K_AHB
bool "Atheros ath9k AHB bus support"
- depends on ATH9K
+ depends on ATH9K && OF
default n
help
This option enables the AHB bus support in ath9k.
--
2.50.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-09 0:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 0:22 [PATCH wireless-next] wifi: ath9k: ahb: add OF dependency Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).