summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/libertas/Kconfig
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2023-11-22 09:30:47 +0100
committerKalle Valo <kvalo@kernel.org>2023-11-30 21:20:50 +0200
commit18814f723f92826d83fef40e19fc8cb130367868 (patch)
tree228629fcc7a39f916a8094363a53ba7c5823c72d /drivers/net/wireless/marvell/libertas/Kconfig
parent1da42060128469e0ff13ff2ff69d8db916b16c6a (diff)
wifi: libertas: fix config name in dependency for SDIO support
Commit 4b478bf6bdd8 ("wifi: libertas: drop 16-bit PCMCIA support") reworks the dependencies for config LIBERTAS, and adds alternative dependencies for USB, SDIO and SPI. The config option SDIO however does not exist in the kernel tree. It was probably intended to refer to the config option MMC, which represents "MMC/SD/SDIO card support" and is used as dependency by various other drivers that use SDIO. Fix the dependency to the config option MMC for declaring the requirement on provision of SDIO support. Fixes: 4b478bf6bdd8 ("wifi: libertas: drop 16-bit PCMCIA support") Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20231122083047.12774-1-lukas.bulwahn@gmail.com
Diffstat (limited to 'drivers/net/wireless/marvell/libertas/Kconfig')
-rw-r--r--drivers/net/wireless/marvell/libertas/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig
index 56156a021be3..36b234bc5be8 100644
--- a/drivers/net/wireless/marvell/libertas/Kconfig
+++ b/drivers/net/wireless/marvell/libertas/Kconfig
@@ -1,7 +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 USB || MMC || SPI
depends on CFG80211
select LIB80211
select FW_LOADER