Commit 20dbb987 authored by sam.xiang's avatar sam.xiang Committed by forum_service

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

Change-Id: I7b1a5fd4cfd7b2be4009180f9038e79ad8e2c7e8
parent df3ba8d3
......@@ -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"
......
......@@ -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
......
# 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
# SPDX-License-Identifier: GPL-2.0-only
#
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment