Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-footbridge / Kconfig
blob1090c680b6dd3653afd524c11c02a8ade7a60c81
1 if ARCH_FOOTBRIDGE
3 menu "Footbridge Implementations"
5 config 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.
11           Saying N will reduce the size of the Footbridge kernel.
13 config 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.
20           Saying N will reduce the size of the Footbridge kernel.
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:
26           <http://www.crl.hpl.hp.com/projects/personalserver/>
28           If you have any questions or comments about the  Compaq Personal
29           Server, send e-mail to <skiff@crl.dec.com>.
31 config 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.
39           Saying N will reduce the size of the Footbridge kernel.
41 config 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.
49           Saying N will reduce the size of the Footbridge kernel.
51 config 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:
58           <http://www.netwinder.org/>
60           Saying N will reduce the size of the Footbridge kernel.
62 endmenu
64 # Footbridge support
65 config FOOTBRIDGE
66         bool
68 # Footbridge in host mode
69 config FOOTBRIDGE_HOST
70         bool
72 # Footbridge in addin mode
73 config FOOTBRIDGE_ADDIN
74         bool
76 # EBSA285 board in either host or addin mode
77 config ARCH_EBSA285
78         bool
80 endif