mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 07:39:12 -04:00
wifi: rtw89: 8922d: enable Makefile and Kconfig for RTL8922DE
RTL8922DE is a WiFi 7 chipset, supporting 2x2 2GHz/5GHz/6GHz 4096/1024-QAM 160MHz channels. As STA, AP and P2P modes work well, enable this chipset. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260730060220.55844-8-pkshih@realtek.com
This commit is contained in:
@@ -41,6 +41,9 @@ config RTW89_8852C
|
||||
config RTW89_8922A
|
||||
tristate
|
||||
|
||||
config RTW89_8922D
|
||||
tristate
|
||||
|
||||
config RTW89_8851BE
|
||||
tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
|
||||
depends on PCI
|
||||
@@ -169,6 +172,18 @@ config RTW89_8922AU
|
||||
802.11be USB wireless network (Wi-Fi 7) adapter
|
||||
supporting 2x2 2GHz/5GHz/6GHz 4096-QAM 160MHz channels.
|
||||
|
||||
config RTW89_8922DE
|
||||
tristate "Realtek 8922DE/8922DE-VS PCI wireless network (Wi-Fi 7) adapter"
|
||||
depends on PCI
|
||||
select RTW89_CORE
|
||||
select RTW89_PCI
|
||||
select RTW89_8922D
|
||||
help
|
||||
Select this option will enable support for 8922DE/8922DE-VS chipset
|
||||
|
||||
802.11be PCIe wireless network (Wi-Fi 7) adapter
|
||||
supporting 2x2 2GHz/5GHz/6GHz 4096/1024-QAM 160MHz channels.
|
||||
|
||||
config RTW89_DEBUG
|
||||
bool
|
||||
|
||||
|
||||
@@ -91,6 +91,13 @@ rtw89_8922ae-objs := rtw8922ae.o
|
||||
obj-$(CONFIG_RTW89_8922AU) += rtw89_8922au.o
|
||||
rtw89_8922au-objs := rtw8922au.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8922D) += rtw89_8922d.o
|
||||
rtw89_8922d-objs := rtw8922d.o \
|
||||
rtw8922d_rfk.o
|
||||
|
||||
obj-$(CONFIG_RTW89_8922DE) += rtw89_8922de.o
|
||||
rtw89_8922de-objs := rtw8922de.o
|
||||
|
||||
rtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
|
||||
rtw89_core-$(CONFIG_RTW89_LEDS) += led.o
|
||||
rtw89_core-$(CONFIG_RTW89_LEDS_MC) += led_mc.o
|
||||
|
||||
Reference in New Issue
Block a user