From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 05 Jan 2024 08:39:27 +0000 Subject: [PATCH] change wifi driver to cypress --- kernel/drivers/net/ethernet/cavium/Kconfig | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/kernel/drivers/net/ethernet/cavium/Kconfig b/kernel/drivers/net/ethernet/cavium/Kconfig index 5f03199..4875cda 100644 --- a/kernel/drivers/net/ethernet/cavium/Kconfig +++ b/kernel/drivers/net/ethernet/cavium/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Cavium ethernet device configuration # @@ -5,7 +6,7 @@ config NET_VENDOR_CAVIUM bool "Cavium ethernet drivers" default y - ---help--- + help Select this option if you want enable Cavium network support. If you have a Cavium SoC or network adapter, say Y. @@ -16,7 +17,7 @@ tristate "Thunder Physical function driver" depends on 64BIT && PCI select THUNDER_NIC_BGX - ---help--- + help This driver supports Thunder's NIC physical function. The NIC provides the controller and DMA engines to move network traffic to/from the memory. The NIC @@ -28,7 +29,7 @@ tristate "Thunder Virtual function driver" imply CAVIUM_PTP depends on 64BIT && PCI - ---help--- + help This driver supports Thunder's NIC virtual function config THUNDER_NIC_BGX @@ -37,7 +38,7 @@ select PHYLIB select MDIO_THUNDER if PCI select THUNDER_NIC_RGX - ---help--- + help This driver supports programming and controlling of MAC interface from NIC physical function driver. @@ -46,16 +47,15 @@ depends on 64BIT && PCI select PHYLIB select MDIO_THUNDER if PCI - ---help--- + help This driver supports configuring XCV block of RGX interface present on CN81XX chip. config CAVIUM_PTP tristate "Cavium PTP coprocessor as PTP clock" depends on 64BIT && PCI - imply PTP_1588_CLOCK - default y - ---help--- + depends on PTP_1588_CLOCK + help This driver adds support for the Precision Time Protocol Clocks and Timestamping coprocessor (PTP) found on Cavium processors. PTP provides timestamping mechanism that is suitable for use in IEEE 1588 @@ -65,12 +65,12 @@ config LIQUIDIO tristate "Cavium LiquidIO support" depends on 64BIT && PCI - depends on MAY_USE_DEVLINK depends on PCI imply PTP_1588_CLOCK select FW_LOADER select LIBCRC32C - ---help--- + select NET_DEVLINK + help This driver supports Cavium LiquidIO Intelligent Server Adapters based on CN66XX, CN68XX and CN23XX chips. @@ -92,7 +92,7 @@ tristate "Cavium LiquidIO VF support" depends on 64BIT && PCI_MSI imply PTP_1588_CLOCK - ---help--- + help This driver supports Cavium LiquidIO Intelligent Server Adapter based on CN23XX chips. -- Gitblit v1.6.2