mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
wifi: airo: remove ISA_DMA_API dependency
This driver does not actually use the ISA DMA API, it is purely PIO based, so remove the dependency. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230417205131.1560074-1-arnd@kernel.org
This commit is contained in:
committed by
Kalle Valo
parent
c8bc376027
commit
09be55585d
@@ -14,7 +14,7 @@ if WLAN_VENDOR_CISCO
|
||||
|
||||
config AIRO
|
||||
tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
|
||||
depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
|
||||
depends on CFG80211 && (PCI || BROKEN)
|
||||
select WIRELESS_EXT
|
||||
select CRYPTO
|
||||
select CRYPTO_SKCIPHER
|
||||
|
||||
Reference in New Issue
Block a user