From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 19 Feb 2024 03:26:26 +0000
Subject: [PATCH] add r8169 read mac form eeprom

---
 kernel/drivers/usb/misc/sisusbvga/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/drivers/usb/misc/sisusbvga/Kconfig b/kernel/drivers/usb/misc/sisusbvga/Kconfig
index df7404c..c12cdd0 100644
--- a/kernel/drivers/usb/misc/sisusbvga/Kconfig
+++ b/kernel/drivers/usb/misc/sisusbvga/Kconfig
@@ -4,7 +4,7 @@
 	tristate "USB 2.0 SVGA dongle support (Net2280/SiS315)"
 	depends on (USB_MUSB_HDRC || USB_EHCI_HCD)
 	select FONT_SUPPORT if USB_SISUSBVGA_CON
-        ---help---
+	help
 	  Say Y here if you intend to attach a USB2VGA dongle based on a
 	  Net2280 and a SiS315 chip.
 
@@ -18,7 +18,7 @@
 	bool "Text console and mode switching support" if USB_SISUSBVGA
 	depends on VT && BROKEN
 	select FONT_8x16
-	---help---
+	help
 	  Say Y here if you want a VGA text console via the USB dongle or
 	  want to support userland applications that utilize the driver's
 	  display mode switching capabilities.

--
Gitblit v1.6.2