projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bc376
)
wifi: airo: remove ISA_DMA_API dependency
author
Arnd Bergmann
<arnd@arndb.de>
Mon, 17 Apr 2023 20:51:24 +0000
(22:51 +0200)
committer
Kalle Valo
<kvalo@kernel.org>
Thu, 20 Apr 2023 12:38:27 +0000
(15:38 +0300)
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
drivers/net/wireless/cisco/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/cisco/Kconfig
b/drivers/net/wireless/cisco/Kconfig
index 681bfc2d740aa3905f6ab84f377ba3bbadad53f9..b40ee25aca9952aa119b80b603ff1ed6efa705a9 100644
(file)
--- a/
drivers/net/wireless/cisco/Kconfig
+++ b/
drivers/net/wireless/cisco/Kconfig
@@
-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