Commit 09be5558 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Kalle Valo
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarSimon Horman <simon.horman@corigine.com>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230417205131.1560074-1-arnd@kernel.org
parent c8bc3760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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