linux: weekly update 2023-05-22 1. add rtl8821cs to kconfig 2. Support icommsemi config

Change-Id: I7b1a5fd4cfd7b2be4009180f9038e79ad8e2c7e8
This commit is contained in:
sam.xiang
2023-05-23 21:14:49 +08:00
committed by forum_service
parent df3ba8d3a0
commit 20dbb987e3
5 changed files with 34 additions and 0 deletions

View File

@ -48,6 +48,7 @@ source "drivers/net/wireless/st/Kconfig"
source "drivers/net/wireless/ti/Kconfig"
source "drivers/net/wireless/zydas/Kconfig"
source "drivers/net/wireless/quantenna/Kconfig"
source "drivers/net/wireless/icommsemi/Kconfig"
config PCMCIA_RAYCS
tristate "Aviator/Raytheon 2.4GHz wireless support"

View File

@ -20,6 +20,7 @@ obj-$(CONFIG_WLAN_VENDOR_ST) += st/
obj-$(CONFIG_WLAN_VENDOR_TI) += ti/
obj-$(CONFIG_WLAN_VENDOR_ZYDAS) += zydas/
obj-$(CONFIG_WLAN_VENDOR_QUANTENNA) += quantenna/
obj-$(CONFIG_WLAN_VENDOR_ICOMMSEMI) += icommsemi/
# 16-bit wireless PCMCIA client drivers
obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o

View File

@ -0,0 +1,21 @@
# SPDX-License-Identifier: GPL-2.0-only
config WLAN_VENDOR_ICOMMSEMI
bool "ICOMMSEMI devices"
default y
help
If you have a wireless card belonging to this class, say Y.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all the
questions about these cards. If you say Y, you will be asked for
your specific card in the following questions.
if WLAN_VENDOR_ICOMMSEMI
config SV6115
tristate "ICOMMSEMI SV6115 USB WiFi"
help
This chip work through USB.
You need to say Y if your board use this chip to implement wifi
endif # WLAN_VENDOR_ICOMMSEMI

View File

@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
#

View File

@ -42,4 +42,12 @@ config RTL8723DS
This chip work through SDIO.
You need to say Y if your board use this chip to implement wifi
config RTL8821CS
tristate "Realtek 8821C SDIO or SPI WiFi"
help
Help message of RTL8821CS
This is the driver of Realtek wifi drvier.
This chip work through SDIO.
You need to say Y if your board use this chip to implement wifi
endif # WLAN_VENDOR_REALTEK