.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | if ARCH_FOOTBRIDGE |
---|
2 | 3 | |
---|
3 | 4 | menu "Footbridge Implementations" |
---|
.. | .. |
---|
9 | 10 | select FOOTBRIDGE_HOST |
---|
10 | 11 | select ISA |
---|
11 | 12 | select ISA_DMA |
---|
12 | | - select PCI |
---|
| 13 | + select FORCE_PCI |
---|
13 | 14 | help |
---|
14 | 15 | Say Y here if you intend to run this kernel on the CATS. |
---|
15 | 16 | |
---|
.. | .. |
---|
20 | 21 | select FOOTBRIDGE_HOST |
---|
21 | 22 | select ISA |
---|
22 | 23 | select ISA_DMA |
---|
23 | | - select PCI |
---|
24 | | - ---help--- |
---|
| 24 | + select FORCE_PCI |
---|
| 25 | + help |
---|
25 | 26 | Say Y here if you intend to run this kernel on the Compaq |
---|
26 | 27 | Personal Server. |
---|
27 | 28 | |
---|
.. | .. |
---|
53 | 54 | select ISA |
---|
54 | 55 | select ISA_DMA |
---|
55 | 56 | select ARCH_MAY_HAVE_PC_FDC |
---|
56 | | - select PCI |
---|
| 57 | + select FORCE_PCI |
---|
57 | 58 | help |
---|
58 | 59 | Say Y here if you intend to run this kernel on the EBSA285 card |
---|
59 | 60 | in host ("central function") mode. |
---|
.. | .. |
---|
67 | 68 | select FOOTBRIDGE_HOST |
---|
68 | 69 | select ISA |
---|
69 | 70 | select ISA_DMA |
---|
70 | | - select PCI |
---|
| 71 | + select FORCE_PCI |
---|
71 | 72 | help |
---|
72 | 73 | Say Y here if you intend to run this kernel on the Rebel.COM |
---|
73 | 74 | NetWinder. Information about this machine can be found at: |
---|