xref: /openbmc/linux/arch/arm/mach-footbridge/Kconfig (revision 1da177e4)
1if ARCH_FOOTBRIDGE
2
3menu "Footbridge Implementations"
4
5config ARCH_CATS
6	bool "CATS"
7	select FOOTBRIDGE_HOST
8	help
9	  Say Y here if you intend to run this kernel on the CATS.
10
11	  Saying N will reduce the size of the Footbridge kernel.
12
13config ARCH_PERSONAL_SERVER
14	bool "Compaq Personal Server"
15	select FOOTBRIDGE_HOST
16	---help---
17	  Say Y here if you intend to run this kernel on the Compaq
18	  Personal Server.
19
20	  Saying N will reduce the size of the Footbridge kernel.
21
22	  The Compaq Personal Server is not available for purchase.
23	  There are no product plans beyond the current research
24	  prototypes at this time.  Information is available at:
25
26	  <http://www.crl.hpl.hp.com/projects/personalserver/>
27
28	  If you have any questions or comments about the  Compaq Personal
29	  Server, send e-mail to <skiff@crl.dec.com>.
30
31config ARCH_EBSA285_ADDIN
32	bool "EBSA285 (addin mode)"
33	select ARCH_EBSA285
34	select FOOTBRIDGE_ADDIN
35	help
36	  Say Y here if you intend to run this kernel on the EBSA285 card
37	  in addin mode.
38
39	  Saying N will reduce the size of the Footbridge kernel.
40
41config ARCH_EBSA285_HOST
42	bool "EBSA285 (host mode)"
43	select ARCH_EBSA285
44	select FOOTBRIDGE_HOST
45	help
46	  Say Y here if you intend to run this kernel on the EBSA285 card
47	  in host ("central function") mode.
48
49	  Saying N will reduce the size of the Footbridge kernel.
50
51config ARCH_NETWINDER
52	bool "NetWinder"
53	select FOOTBRIDGE_HOST
54	help
55	  Say Y here if you intend to run this kernel on the Rebel.COM
56	  NetWinder.  Information about this machine can be found at:
57
58	  <http://www.netwinder.org/>
59
60	  Saying N will reduce the size of the Footbridge kernel.
61
62endmenu
63
64# Footbridge support
65config FOOTBRIDGE
66	bool
67
68# Footbridge in host mode
69config FOOTBRIDGE_HOST
70	bool
71
72# Footbridge in addin mode
73config FOOTBRIDGE_ADDIN
74	bool
75
76# EBSA285 board in either host or addin mode
77config ARCH_EBSA285
78	bool
79
80endif
81