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/rdc/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/ethernet/rdc/Kconfig b/kernel/drivers/net/ethernet/rdc/Kconfig index a9c4e99..6884c78 100644 --- a/kernel/drivers/net/ethernet/rdc/Kconfig +++ b/kernel/drivers/net/ethernet/rdc/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # RDC network device configuration # @@ -6,7 +7,7 @@ bool "RDC 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 @@ -22,7 +23,7 @@ select CRC32 select MII select PHYLIB - ---help--- + help This is a driver for the R6040 Fast Ethernet MACs found in the the RDC R-321x System-on-chips. -- Gitblit v1.6.2