Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Arnd Bergmann and committed by
Kalle Valo
09be5558 c8bc3760

+1 -1
+1 -1
drivers/net/wireless/cisco/Kconfig
··· 14 14 15 15 config AIRO 16 16 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) 18 18 select WIRELESS_EXT 19 19 select CRYPTO 20 20 select CRYPTO_SKCIPHER