rtw88: 8723d: Add 8723DE to Kconfig and Makefile
authorPing-Ke Shih <pkshih@realtek.com>
Tue, 12 May 2020 10:26:21 +0000 (18:26 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 13 May 2020 15:48:53 +0000 (18:48 +0300)
Since 8723D code is ready, we can build it.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200512102621.5148-10-yhchuang@realtek.com
drivers/net/wireless/realtek/rtw88/Kconfig
drivers/net/wireless/realtek/rtw88/Makefile

index 33bd7ed..7a5fa68 100644 (file)
@@ -36,6 +36,16 @@ config RTW88_8822CE
 
          802.11ac PCIe wireless network adapter
 
+config RTW88_8723DE
+       bool "Realtek 8723DE PCI wireless network adapter"
+       depends on PCI
+       select RTW88_CORE
+       select RTW88_PCI
+       help
+         Select this option will enable support for 8723DE chipset
+
+         802.11n PCIe wireless network adapter
+
 config RTW88_DEBUG
        bool "Realtek rtw88 debug support"
        depends on RTW88_CORE
index cac148d..385facc 100644 (file)
@@ -20,6 +20,7 @@ rtw88-y += main.o \
 
 rtw88-$(CONFIG_RTW88_8822BE)   += rtw8822b.o rtw8822b_table.o
 rtw88-$(CONFIG_RTW88_8822CE)   += rtw8822c.o rtw8822c_table.o
+rtw88-$(CONFIG_RTW88_8723DE)   += rtw8723d.o rtw8723d_table.o
 
 obj-$(CONFIG_RTW88_PCI)                += rtwpci.o
 rtwpci-objs                    := pci.o