Skip to content

Commit

Permalink
Add realtek rtl8822cs driver (module name: 88x2cs)
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Jan 13, 2022
1 parent 7e063aa commit d1a5aff
Show file tree
Hide file tree
Showing 641 changed files with 746,634 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/realtek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ source "drivers/net/wireless/realtek/rtlwifi/Kconfig"
source "drivers/net/wireless/realtek/rtl8xxxu/Kconfig"
source "drivers/net/wireless/realtek/rtw88/Kconfig"
source "drivers/net/wireless/realtek/rtl8189fs/Kconfig"
source "drivers/net/wireless/realtek/rtl88x2cs/Kconfig"

endif # WLAN_VENDOR_REALTEK
1 change: 1 addition & 0 deletions drivers/net/wireless/realtek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ obj-$(CONFIG_RTLWIFI) += rtlwifi/
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
obj-$(CONFIG_RTW88) += rtw88/
obj-$(CONFIG_RTL8189FS) += rtl8189fs/
obj-$(CONFIG_RTL8822CS) += rtl88x2cs/
4 changes: 4 additions & 0 deletions drivers/net/wireless/realtek/rtl88x2cs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
config RTL8822CS
tristate "Realtek 8822C SDIO WiFi"
help
Help message of RTL8822CS
Loading

0 comments on commit d1a5aff

Please sign in to comment.