mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #7525 from jernejsk/aw-wifi
Allwinner: linux: enable rtw88 USB wifi drivers
This commit is contained in:
commit
d128d854da
@ -2175,15 +2175,18 @@ CONFIG_RTL8XXXU_UNTESTED=y
|
|||||||
CONFIG_RTW88=m
|
CONFIG_RTW88=m
|
||||||
CONFIG_RTW88_CORE=m
|
CONFIG_RTW88_CORE=m
|
||||||
CONFIG_RTW88_SDIO=m
|
CONFIG_RTW88_SDIO=m
|
||||||
|
CONFIG_RTW88_USB=m
|
||||||
CONFIG_RTW88_8822B=m
|
CONFIG_RTW88_8822B=m
|
||||||
CONFIG_RTW88_8822C=m
|
CONFIG_RTW88_8822C=m
|
||||||
|
CONFIG_RTW88_8723D=m
|
||||||
|
CONFIG_RTW88_8821C=m
|
||||||
CONFIG_RTW88_8822BS=m
|
CONFIG_RTW88_8822BS=m
|
||||||
# CONFIG_RTW88_8822BU is not set
|
CONFIG_RTW88_8822BU=m
|
||||||
CONFIG_RTW88_8822CS=m
|
CONFIG_RTW88_8822CS=m
|
||||||
# CONFIG_RTW88_8822CU is not set
|
CONFIG_RTW88_8822CU=m
|
||||||
# CONFIG_RTW88_8723DU is not set
|
CONFIG_RTW88_8723DU=m
|
||||||
# CONFIG_RTW88_8821CS is not set
|
CONFIG_RTW88_8821CS=m
|
||||||
# CONFIG_RTW88_8821CU is not set
|
CONFIG_RTW88_8821CU=m
|
||||||
# CONFIG_RTW88_DEBUG is not set
|
# CONFIG_RTW88_DEBUG is not set
|
||||||
# CONFIG_RTW88_DEBUGFS is not set
|
# CONFIG_RTW88_DEBUGFS is not set
|
||||||
# CONFIG_RTW89 is not set
|
# CONFIG_RTW89 is not set
|
||||||
|
@ -2031,7 +2031,23 @@ CONFIG_RTL_CARDS=m
|
|||||||
# CONFIG_RTL8192CU is not set
|
# CONFIG_RTL8192CU is not set
|
||||||
CONFIG_RTL8XXXU=m
|
CONFIG_RTL8XXXU=m
|
||||||
CONFIG_RTL8XXXU_UNTESTED=y
|
CONFIG_RTL8XXXU_UNTESTED=y
|
||||||
# CONFIG_RTW88 is not set
|
CONFIG_RTW88=m
|
||||||
|
CONFIG_RTW88_CORE=m
|
||||||
|
CONFIG_RTW88_SDIO=m
|
||||||
|
CONFIG_RTW88_USB=m
|
||||||
|
CONFIG_RTW88_8822B=m
|
||||||
|
CONFIG_RTW88_8822C=m
|
||||||
|
CONFIG_RTW88_8723D=m
|
||||||
|
CONFIG_RTW88_8821C=m
|
||||||
|
CONFIG_RTW88_8822BS=m
|
||||||
|
CONFIG_RTW88_8822BU=m
|
||||||
|
CONFIG_RTW88_8822CS=m
|
||||||
|
CONFIG_RTW88_8822CU=m
|
||||||
|
CONFIG_RTW88_8723DU=m
|
||||||
|
CONFIG_RTW88_8821CS=m
|
||||||
|
CONFIG_RTW88_8821CU=m
|
||||||
|
# CONFIG_RTW88_DEBUG is not set
|
||||||
|
# CONFIG_RTW88_DEBUGFS is not set
|
||||||
# CONFIG_RTW89 is not set
|
# CONFIG_RTW89 is not set
|
||||||
# CONFIG_WLAN_VENDOR_RSI is not set
|
# CONFIG_WLAN_VENDOR_RSI is not set
|
||||||
# CONFIG_WLAN_VENDOR_SILABS is not set
|
# CONFIG_WLAN_VENDOR_SILABS is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user