Skip to content

Commit

Permalink
rtw88: 8723d: Add 8723DE to Kconfig and Makefile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ping-Ke Shih authored and Kalle Valo committed May 13, 2020
1 parent 504e2b2 commit f5df1a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/net/wireless/realtek/rtw88/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/net/wireless/realtek/rtw88/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f5df1a8

Please sign in to comment.