From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 19 Dec 2024 01:47:39 +0000 Subject: [PATCH] add wifi6 8852be driver --- kernel/drivers/net/wireless/ti/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/wireless/ti/Kconfig b/kernel/drivers/net/wireless/ti/Kconfig index 366c687..7c0b17a 100644 --- a/kernel/drivers/net/wireless/ti/Kconfig +++ b/kernel/drivers/net/wireless/ti/Kconfig @@ -1,7 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only config WLAN_VENDOR_TI bool "Texas Instrument devices" default y - ---help--- + 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 @@ -21,7 +22,7 @@ bool "TI WiLink platform data" depends on WLCORE_SDIO || WL1251_SDIO default y - ---help--- + help Small platform data bit needed to pass data to the sdio modules. -- Gitblit v1.6.2