mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user