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