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/ethernet/qualcomm/Kconfig | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/drivers/net/ethernet/qualcomm/Kconfig b/kernel/drivers/net/ethernet/qualcomm/Kconfig index f520071..a4434eb 100644 --- a/kernel/drivers/net/ethernet/qualcomm/Kconfig +++ b/kernel/drivers/net/ethernet/qualcomm/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Qualcomm network device configuration # @@ -5,7 +6,7 @@ config NET_VENDOR_QUALCOMM bool "Qualcomm devices" default y - ---help--- + help If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the @@ -24,7 +25,7 @@ tristate "Qualcomm Atheros QCA7000 SPI support" select QCA7000 depends on SPI_MASTER && OF - ---help--- + help This SPI protocol driver supports the Qualcomm Atheros QCA7000. To compile this driver as a module, choose M here. The module @@ -34,7 +35,7 @@ tristate "Qualcomm Atheros QCA7000 UART support" select QCA7000 depends on SERIAL_DEV_BUS && OF - ---help--- + help This UART protocol driver supports the Qualcomm Atheros QCA7000. Currently the driver assumes these device UART settings: @@ -51,7 +52,7 @@ depends on HAS_DMA && HAS_IOMEM select CRC32 select PHYLIB - ---help--- + help This driver supports the Qualcomm Technologies, Inc. Gigabit Ethernet Media Access Controller (EMAC). The controller supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s, -- Gitblit v1.6.2