From 151fecfb72a0d602dfe79790602ef64b4e241574 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 01:51:07 +0000 Subject: [PATCH] export RK_PA3 --- kernel/drivers/net/ethernet/ezchip/Kconfig | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/net/ethernet/ezchip/Kconfig b/kernel/drivers/net/ethernet/ezchip/Kconfig index b423ad3..38aa824 100644 --- a/kernel/drivers/net/ethernet/ezchip/Kconfig +++ b/kernel/drivers/net/ethernet/ezchip/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # EZchip network device configuration # @@ -5,7 +6,7 @@ config NET_VENDOR_EZCHIP bool "EZchip devices" default y - ---help--- + help If you have a network (Ethernet) device belonging to this class, say Y. Note that the answer to this question doesn't directly affect the @@ -19,7 +20,7 @@ tristate "EZchip NPS management enet support" depends on OF_IRQ && OF_NET depends on HAS_IOMEM - ---help--- + help Simple LAN device for debug or management purposes. Device supports interrupts for RX and TX(completion). Device does not have DMA ability. -- Gitblit v1.6.2