From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/drivers/net/ethernet/samsung/Kconfig | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/net/ethernet/samsung/Kconfig b/kernel/drivers/net/ethernet/samsung/Kconfig index fbd5e06..0582e11 100644 --- a/kernel/drivers/net/ethernet/samsung/Kconfig +++ b/kernel/drivers/net/ethernet/samsung/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Samsung Ethernet device configuration # @@ -5,12 +6,12 @@ config NET_VENDOR_SAMSUNG bool "Samsung Ethernet devices" default y - ---help--- + help If you have a network (Ethernet) chipset belonging to this class, say Y. Note that the answer to this question does not directly affect - the kernel: saying N will just case the configurator to skip all + the kernel: saying N will just cause the configurator to skip all the questions about Samsung chipsets. If you say Y, you will be asked for your specific chipset/driver in the following questions. @@ -22,7 +23,7 @@ select PHYLIB select CRC32 imply PTP_1588_CLOCK - ---help--- + help This is the driver for the SXGBE 10G Ethernet IP block found on Samsung platforms. -- Gitblit v1.6.2