From f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Wed, 31 Jan 2024 01:04:47 +0000
Subject: [PATCH] add driver 5G
---
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