From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 01:04:47 +0000 Subject: [PATCH] add driver 5G --- kernel/drivers/net/ethernet/silan/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/ethernet/silan/Kconfig b/kernel/drivers/net/ethernet/silan/Kconfig index ac982be..7ed08d5 100644 --- a/kernel/drivers/net/ethernet/silan/Kconfig +++ b/kernel/drivers/net/ethernet/silan/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Silan device configuration # @@ -6,7 +7,7 @@ bool "Silan devices" default y depends on PCI - ---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 @@ -20,7 +21,7 @@ tristate "Silan SC92031 PCI Fast Ethernet Adapter driver" depends on PCI select CRC32 - ---help--- + help This is a driver for the Fast Ethernet PCI network cards based on the Silan SC92031 chip (sometimes also called Rsltek 8139D). If you have one of these, say Y here. -- Gitblit v1.6.2