blob: 07152d00fc505bc2aceac2cc9ebffae485175c8d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_FOOTBRIDGE
2
3menu "Footbridge Implementations"
4
5config ARCH_CATS
6 bool "CATS"
Thomas Gleixner8560a6c2011-06-09 13:08:28 +00007 select CLKEVT_I8253
Peter Hüwea7b0ab52011-09-05 21:03:02 +01008 select CLKSRC_I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 select FOOTBRIDGE_HOST
Russell Kingf7e68bb2005-05-05 14:49:01 +010010 select ISA
11 select ISA_DMA
12 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 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
18config ARCH_PERSONAL_SERVER
19 bool "Compaq Personal Server"
20 select FOOTBRIDGE_HOST
Russell Kingf7e68bb2005-05-05 14:49:01 +010021 select ISA
22 select ISA_DMA
23 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 ---help---
25 Say Y here if you intend to run this kernel on the Compaq
26 Personal Server.
27
28 Saying N will reduce the size of the Footbridge kernel.
29
30 The Compaq Personal Server is not available for purchase.
31 There are no product plans beyond the current research
32 prototypes at this time. Information is available at:
33
34 <http://www.crl.hpl.hp.com/projects/personalserver/>
35
36 If you have any questions or comments about the Compaq Personal
37 Server, send e-mail to <skiff@crl.dec.com>.
38
39config ARCH_EBSA285_ADDIN
40 bool "EBSA285 (addin mode)"
41 select ARCH_EBSA285
42 select FOOTBRIDGE_ADDIN
43 help
44 Say Y here if you intend to run this kernel on the EBSA285 card
45 in addin mode.
46
47 Saying N will reduce the size of the Footbridge kernel.
48
49config ARCH_EBSA285_HOST
50 bool "EBSA285 (host mode)"
51 select ARCH_EBSA285
52 select FOOTBRIDGE_HOST
Russell Kingf7e68bb2005-05-05 14:49:01 +010053 select ISA
54 select ISA_DMA
Arnd Bergmannad9faf42014-02-17 20:25:45 +010055 select ARCH_MAY_HAVE_PC_FDC
Russell Kingf7e68bb2005-05-05 14:49:01 +010056 select PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 help
58 Say Y here if you intend to run this kernel on the EBSA285 card
59 in host ("central function") mode.
60
61 Saying N will reduce the size of the Footbridge kernel.
62
63config ARCH_NETWINDER
64 bool "NetWinder"
Axel Lin6c58add2011-08-17 10:07:58 +010065 select CLKEVT_I8253
Peter Hüwea7b0ab52011-09-05 21:03:02 +010066 select CLKSRC_I8253
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 select FOOTBRIDGE_HOST
Russell Kingf7e68bb2005-05-05 14:49:01 +010068 select ISA
69 select ISA_DMA
70 select PCI
Arnd Bergmannb4811ba2013-03-13 17:36:37 +010071 select VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
73 Say Y here if you intend to run this kernel on the Rebel.COM
74 NetWinder. Information about this machine can be found at:
75
76 <http://www.netwinder.org/>
77
78 Saying N will reduce the size of the Footbridge kernel.
79
80endmenu
81
82# Footbridge support
83config FOOTBRIDGE
84 bool
85
86# Footbridge in host mode
87config FOOTBRIDGE_HOST
88 bool
Mark Salter74072b32014-01-01 11:28:54 -080089 select ARCH_MIGHT_HAVE_PC_SERIO
Linus Torvalds1da177e2005-04-16 15:20:36 -070090
91# Footbridge in addin mode
92config FOOTBRIDGE_ADDIN
93 bool
94
95# EBSA285 board in either host or addin mode
96config ARCH_EBSA285
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
99endif