ARM: footbridge: remove leftover from personal-server
[linux-block.git] / arch / arm / mach-footbridge / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2if ARCH_FOOTBRIDGE
3
4menu "Footbridge Implementations"
5
6config ARCH_CATS
7 bool "CATS"
bdd50bf1 8 depends on UNUSED_BOARD_FILES
8560a6cf 9 select CLKEVT_I8253
a7b0ab5b 10 select CLKSRC_I8253
f7e68bbf 11 select ISA
eb01d42a 12 select FORCE_PCI
1da177e4
LT
13 help
14 Say Y here if you intend to run this kernel on the CATS.
15
16 Saying N will reduce the size of the Footbridge kernel.
17
1da177e4
LT
18config ARCH_EBSA285_HOST
19 bool "EBSA285 (host mode)"
20 select ARCH_EBSA285
f7e68bbf 21 select ISA
ad9faf4c 22 select ARCH_MAY_HAVE_PC_FDC
eb01d42a 23 select FORCE_PCI
1da177e4
LT
24 help
25 Say Y here if you intend to run this kernel on the EBSA285 card
26 in host ("central function") mode.
27
28 Saying N will reduce the size of the Footbridge kernel.
29
30config ARCH_NETWINDER
31 bool "NetWinder"
6c58addc 32 select CLKEVT_I8253
a7b0ab5b 33 select CLKSRC_I8253
f7e68bbf 34 select ISA
eb01d42a 35 select FORCE_PCI
1da177e4
LT
36 help
37 Say Y here if you intend to run this kernel on the Rebel.COM
38 NetWinder. Information about this machine can be found at:
39
40 <http://www.netwinder.org/>
41
42 Saying N will reduce the size of the Footbridge kernel.
43
44endmenu
45
46# Footbridge support
47config FOOTBRIDGE
b519c9c7 48 def_bool y
af6f23b8 49 select ARCH_HAS_PHYS_TO_DMA
74072b30 50 select ARCH_MIGHT_HAVE_PC_SERIO
b519c9c7 51 select ISA_DMA
1da177e4 52
1da177e4
LT
53config ARCH_EBSA285
54 bool
55
56endif