diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-10-07 20:26:53 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-08 21:52:21 +0200 |
commit | 4fe9a5ec4501ddd142291cdd6edd989987cf66e6 (patch) | |
tree | 7458ff240ff1c969ad29696b342d825fd7487f2d /drivers/net/wireless/marvell/libertas/Kconfig | |
parent | da066f38717550f2ec8a4919f5a3585ea595e972 (diff) |
wifi: libertas: don't select/include lib80211
This isn't used in this driver, and should't be, so
remove the include as well as the select.
Link: https://patch.msgid.link/20241007202706.f8a6dd67f650.I74bc1f334c02043a238303d3e71c955d0d9b01b0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/marvell/libertas/Kconfig')
-rw-r--r-- | drivers/net/wireless/marvell/libertas/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/marvell/libertas/Kconfig b/drivers/net/wireless/marvell/libertas/Kconfig index 36b234bc5be8..caf8bc231b2e 100644 --- a/drivers/net/wireless/marvell/libertas/Kconfig +++ b/drivers/net/wireless/marvell/libertas/Kconfig @@ -3,7 +3,6 @@ config LIBERTAS tristate "Marvell 8xxx Libertas WLAN driver support" depends on USB || MMC || SPI depends on CFG80211 - select LIB80211 select FW_LOADER help A library for Marvell Libertas 8xxx devices. |