提交 f745eb9c 编写于 作者: T Tzu-En Huang 提交者: Kalle Valo

rtw88: 8821c: Add 8821CE to Kconfig and Makefile

Since 8821C code is ready, we can build it.
Signed-off-by: NTzu-En Huang <tehuang@realtek.com>
Signed-off-by: NYan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200603094218.19942-6-yhchuang@realtek.com
上级 d47e7371
...@@ -25,6 +25,9 @@ config RTW88_8822C ...@@ -25,6 +25,9 @@ config RTW88_8822C
config RTW88_8723D config RTW88_8723D
tristate tristate
config RTW88_8821C
tristate
config RTW88_8822BE config RTW88_8822BE
tristate "Realtek 8822BE PCI wireless network adapter" tristate "Realtek 8822BE PCI wireless network adapter"
depends on PCI depends on PCI
...@@ -58,6 +61,17 @@ config RTW88_8723DE ...@@ -58,6 +61,17 @@ config RTW88_8723DE
802.11n PCIe wireless network adapter 802.11n PCIe wireless network adapter
config RTW88_8821CE
tristate "Realtek 8821CE PCI wireless network adapter"
depends on PCI
select RTW88_CORE
select RTW88_PCI
select RTW88_8821C
help
Select this option will enable support for 8821CE chipset
802.11ac PCIe wireless network adapter
config RTW88_DEBUG config RTW88_DEBUG
bool "Realtek rtw88 debug support" bool "Realtek rtw88 debug support"
depends on RTW88_CORE depends on RTW88_CORE
......
...@@ -37,5 +37,11 @@ rtw88_8723d-objs := rtw8723d.o rtw8723d_table.o ...@@ -37,5 +37,11 @@ rtw88_8723d-objs := rtw8723d.o rtw8723d_table.o
obj-$(CONFIG_RTW88_8723DE) += rtw88_8723de.o obj-$(CONFIG_RTW88_8723DE) += rtw88_8723de.o
rtw88_8723de-objs := rtw8723de.o rtw88_8723de-objs := rtw8723de.o
obj-$(CONFIG_RTW88_8821C) += rtw88_8821c.o
rtw88_8821c-objs := rtw8821c.o rtw8821c_table.o
obj-$(CONFIG_RTW88_8821CE) += rtw88_8821ce.o
rtw88_8821ce-objs := rtw8821ce.o
obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o
rtw88_pci-objs := pci.o rtw88_pci-objs := pci.o
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册