Skip to content

Commit

Permalink
feat: Enable Realtek 8822{BU,CU},8723DU,8821CU,8851BE,8852{BE,CE} (#24)
Browse files Browse the repository at this point in the history
* feat: Enable 8822{BU,CU},8723DU,8821CU,8851BE on x86 desktop

After Linux 6.2 release,8822{bu,cu},8723du,8821cu add to upstream driver
After Linux 6.5 release,8851be add to upstream driver
Default enable them for users.

* feat: Enable 8822{BU,CU},8723DU,8821CU,8851BE on x86 laptop

feat: Enable 8822{BU,CU},8723DU,8821CU,8851BE on x86 desktop
After Linux 6.2 release,8822{bu,cu},8723du,8821cu add to upstream driver
After Linux 6.5 release,8851be add to upstream driver
Default enable them for users.

* feat: Enable 8822{BU,CU},8723DU,8821CU,8851BE,8852{BE,CE} for arm64

After Linux 5.19 release,8852ce add to upstream driver
After Linux 6.2 release,8822{bu,cu},8723du,8821cu,8852be add to upstream driver
After Linux 6.5 release,8851be add to upstream driver
Default enable them for users.
  • Loading branch information
opsiff authored Sep 19, 2023
1 parent 11ad97b commit 602efff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/configs/deepin_arm_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1462,11 +1462,18 @@ CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
CONFIG_RTW88=m
CONFIG_RTW88_8822BE=m
CONFIG_RTW88_8822BU=m
CONFIG_RTW88_8822CE=m
CONFIG_RTW88_8822CU=m
CONFIG_RTW88_8723DE=m
CONFIG_RTW88_8723DU=m
CONFIG_RTW88_8821CE=m
CONFIG_RTW88_8821CU=m
CONFIG_RTW89=m
CONFIG_RTW89_8851BE=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_8852BE=m
CONFIG_RTW89_8852CE=m
CONFIG_RSI_91X=m
# CONFIG_RSI_DEBUGFS is not set
CONFIG_CW1200=m
Expand Down
5 changes: 5 additions & 0 deletions arch/x86/configs/deepin_desktop_common_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1700,12 +1700,17 @@ CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
CONFIG_RTW88=m
CONFIG_RTW88_8822BE=m
CONFIG_RTW88_8822BU=m
CONFIG_RTW88_8822CE=m
CONFIG_RTW88_8822CU=m
CONFIG_RTW88_8723DE=m
CONFIG_RTW88_8723DU=m
CONFIG_RTW88_8821CE=m
CONFIG_RTW88_8821CU=m
CONFIG_RTW88_DEBUG=y
CONFIG_RTW88_DEBUGFS=y
CONFIG_RTW89=m
CONFIG_RTW89_8851BE=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_8852BE=m
CONFIG_RTW89_8852CE=m
Expand Down
5 changes: 5 additions & 0 deletions arch/x86/configs/deepin_desktop_laptop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1700,12 +1700,17 @@ CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU_UNTESTED=y
CONFIG_RTW88=m
CONFIG_RTW88_8822BE=m
CONFIG_RTW88_8822BU=m
CONFIG_RTW88_8822CE=m
CONFIG_RTW88_8822CU=m
CONFIG_RTW88_8723DE=m
CONFIG_RTW88_8723DU=m
CONFIG_RTW88_8821CE=m
CONFIG_RTW88_8821CU=m
CONFIG_RTW88_DEBUG=y
CONFIG_RTW88_DEBUGFS=y
CONFIG_RTW89=m
CONFIG_RTW89_8851BE=m
CONFIG_RTW89_8852AE=m
CONFIG_RTW89_8852BE=m
CONFIG_RTW89_8852CE=m
Expand Down

0 comments on commit 602efff

Please sign in to comment.