summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/libertas/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-10-23 15:19:43 +0200
committerKalle Valo <kvalo@kernel.org>2023-10-30 19:27:49 +0200
commit4b478bf6bdd8901cb29742ec8a65c0b2b92a9e56 (patch)
treecc1bd10d6ad3834f0bafb6ba2d993a6a24db41d4 /drivers/net/wireless/marvell/libertas/Kconfig
parent944496bada22f1788cd3b39b542f7818a0a119d0 (diff)
wifi: libertas: drop 16-bit PCMCIA support
With all the other PCMCIA WLAN adapters gone from the kernel, this is now the last remaining device with this interface, but as far as I can tell, all the actual libertas users were actually using either SDIO or USB. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@kernel.org>
Diffstat (limited to 'drivers/net/wireless/marvell/libertas/Kconfig')
-rw-r--r--drivers/net/wireless/marvell/libertas/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig
index 6d62ab49aa8d..5bc92cb6b0fe 100644
--- a/drivers/net/wireless/marvell/libertas/Kconfig
+++ b/drivers/net/wireless/marvell/libertas/Kconfig
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
config LIBERTAS
tristate "Marvell 8xxx Libertas WLAN driver support"
+ depends on USB || SDIO || SPI
depends on CFG80211
select WIRELESS_EXT
select WEXT_SPY
@@ -15,12 +16,6 @@ config LIBERTAS_USB
help
A driver for Marvell Libertas 8388 USB devices.
-config LIBERTAS_CS
- tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
- depends on LIBERTAS && PCMCIA && HAS_IOPORT_MAP
- help
- A driver for Marvell Libertas 8385 CompactFlash devices.
-
config LIBERTAS_SDIO
tristate "Marvell Libertas 8385/8686/8688 SDIO 802.11b/g cards"
depends on LIBERTAS && MMC