From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 12 Oct 2024 07:10:09 +0000
Subject: [PATCH] 修改led为gpio

---
 kernel/arch/arm/mach-footbridge/Kconfig |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/kernel/arch/arm/mach-footbridge/Kconfig b/kernel/arch/arm/mach-footbridge/Kconfig
index cbbdd84..844aa58 100644
--- a/kernel/arch/arm/mach-footbridge/Kconfig
+++ b/kernel/arch/arm/mach-footbridge/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
 if ARCH_FOOTBRIDGE
 
 menu "Footbridge Implementations"
@@ -9,7 +10,7 @@
 	select FOOTBRIDGE_HOST
 	select ISA
 	select ISA_DMA
-	select PCI
+	select FORCE_PCI
 	help
 	  Say Y here if you intend to run this kernel on the CATS.
 
@@ -20,8 +21,8 @@
 	select FOOTBRIDGE_HOST
 	select ISA
 	select ISA_DMA
-	select PCI
-	---help---
+	select FORCE_PCI
+	help
 	  Say Y here if you intend to run this kernel on the Compaq
 	  Personal Server.
 
@@ -53,7 +54,7 @@
 	select ISA
 	select ISA_DMA
 	select ARCH_MAY_HAVE_PC_FDC
-	select PCI
+	select FORCE_PCI
 	help
 	  Say Y here if you intend to run this kernel on the EBSA285 card
 	  in host ("central function") mode.
@@ -67,7 +68,7 @@
 	select FOOTBRIDGE_HOST
 	select ISA
 	select ISA_DMA
-	select PCI
+	select FORCE_PCI
 	help
 	  Say Y here if you intend to run this kernel on the Rebel.COM
 	  NetWinder.  Information about this machine can be found at:

--
Gitblit v1.6.2