Skip to content

Commit 09be555

Browse files
arndbKalle Valo
authored andcommitted
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
1 parent c8bc376 commit 09be555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/wireless/cisco/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if WLAN_VENDOR_CISCO
1414

1515
config AIRO
1616
tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
17-
depends on CFG80211 && ISA_DMA_API && (PCI || BROKEN)
17+
depends on CFG80211 && (PCI || BROKEN)
1818
select WIRELESS_EXT
1919
select CRYPTO
2020
select CRYPTO_SKCIPHER

0 commit comments

Comments
 (0)