mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
wifi: ath9k: add OF dependency to AHB
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>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20250802000432.3079550-1-rosenp@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
parent
b9909c1996
commit
125e7b31f0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user