58 lines
1.6 KiB
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
# SPDX-License-Identifier: GPL-2.0
menuconfig WL_ROCKCHIP
tristate "Rockchip Wireless LAN support"
select WIRELESS_EXT
select WEXT_PRIV
select CFG80211
select MAC80211
help
Enable compatible Wifi drivers for Rockchip platform.
if WL_ROCKCHIP
config WIFI_BUILD_MODULE
bool "build wifi ko modules"
default n
help
Wifi drivers will compile as ko module
config WIFI_LOAD_DRIVER_WHEN_KERNEL_BOOTUP
bool "Wifi load driver when kernel bootup"
default n
help
Wifi driver will be load (use late_initcall) when kernel bootup
config WIFI_GENERATE_RANDOM_MAC_ADDR
bool "Wifi generate random mac address and save to vendor storage for cob chip"
default n
help
Wifi generate random mac address and save to vendor storage for cob chip
menuconfig BCMDHD
bool "Broadcom Wireless Device Driver Support"
default y
if BCMDHD
source "drivers/net/wireless/rockchip_wlan/rkwifi/Kconfig"
endif
menuconfig RTL_WIRELESS_SOLUTION
bool "Realtek Wireless Device Driver Support"
default y
if RTL_WIRELESS_SOLUTION
source "drivers/net/wireless/rockchip_wlan/rtl8188eu/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8188fu/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8189fs/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8723cs/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8723ds/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8821cs/Kconfig"
source "drivers/net/wireless/rockchip_wlan/rtl8822bs/Kconfig"
endif
source "drivers/net/wireless/rockchip_wlan/mvl88w8977/Kconfig"
source "drivers/net/wireless/rockchip_wlan/cywdhd/Kconfig"
source "drivers/net/wireless/rockchip_wlan/uwe5621ds/Kconfig"
endif # WL_ROCKCHIP