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/fddi/Kconfig | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/net/fddi/Kconfig b/kernel/drivers/net/fddi/Kconfig index ecebeeb..f99c104 100644 --- a/kernel/drivers/net/fddi/Kconfig +++ b/kernel/drivers/net/fddi/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # FDDI network device configuration # @@ -5,7 +6,7 @@ config FDDI tristate "FDDI driver support" depends on PCI || EISA || TC - ---help--- + help Fiber Distributed Data Interface is a high speed local area network design; essentially a replacement for high speed Ethernet. FDDI can run over copper or fiber. If you are connected to such a network and @@ -15,10 +16,21 @@ if FDDI +config DEFZA + tristate "DEC FDDIcontroller 700/700-C (DEFZA-xx) support" + depends on FDDI && TC + help + This is support for the DEC FDDIcontroller 700 (DEFZA-AA, fiber) + and 700-C (DEFZA-CA, copper) TURBOchannel network cards which + can connect you to a local FDDI network. + + To compile this driver as a module, choose M here: the module + will be called defza. If unsure, say N. + config DEFXX tristate "Digital DEFTA/DEFEA/DEFPA adapter support" depends on FDDI && (PCI || EISA || TC) - ---help--- + help This is support for the DIGITAL series of TURBOchannel (DEFTA), EISA (DEFEA) and PCI (DEFPA) controllers which can connect you to a local FDDI network. @@ -32,7 +44,7 @@ depends on DEFXX default n if EISA default y - ---help--- + help This instructs the driver to use EISA or PCI memory-mapped I/O (MMIO) as appropriate instead of programmed I/O ports (IOP). Enabling this gives an improvement in processing time in parts @@ -49,7 +61,7 @@ tristate "SysKonnect FDDI PCI support" depends on FDDI && PCI select BITREVERSE - ---help--- + help Say Y here if you have a SysKonnect FDDI PCI adapter. The following adapters are supported by this driver: - SK-5521 (SK-NET FDDI-UP) @@ -68,8 +80,8 @@ - Netelligent 100 FDDI SAS UTP - Netelligent 100 FDDI SAS Fibre MIC - Read <file:Documentation/networking/skfp.txt> for information about - the driver. + Read <file:Documentation/networking/device_drivers/fddi/skfp.rst> + for information about the driver. Questions concerning this driver can be addressed to: <linux@syskonnect.de> -- Gitblit v1.6.2