]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-footbridge/Kconfig
Merge remote-tracking branch 'regulator/topic/palmas' into v3.9-rc8
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-footbridge / Kconfig
CommitLineData
1da177e4
LT
1if ARCH_FOOTBRIDGE
2
3menu "Footbridge Implementations"
4
5config ARCH_CATS
6 bool "CATS"
8560a6cf 7 select CLKEVT_I8253
a7b0ab5b 8 select CLKSRC_I8253
1da177e4 9 select FOOTBRIDGE_HOST
f7e68bbf
RK
10 select ISA
11 select ISA_DMA
12 select 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
18config ARCH_PERSONAL_SERVER
19 bool "Compaq Personal Server"
20 select FOOTBRIDGE_HOST
f7e68bbf
RK
21 select ISA
22 select ISA_DMA
23 select PCI
1da177e4
LT
24 ---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
f7e68bbf
RK
53 select ISA
54 select ISA_DMA
55 select PCI
1da177e4
LT
56 help
57 Say Y here if you intend to run this kernel on the EBSA285 card
58 in host ("central function") mode.
59
60 Saying N will reduce the size of the Footbridge kernel.
61
62config ARCH_NETWINDER
63 bool "NetWinder"
6c58addc 64 select CLKEVT_I8253
a7b0ab5b 65 select CLKSRC_I8253
1da177e4 66 select FOOTBRIDGE_HOST
f7e68bbf
RK
67 select ISA
68 select ISA_DMA
69 select PCI
b4811bac 70 select VIRT_TO_BUS
1da177e4
LT
71 help
72 Say Y here if you intend to run this kernel on the Rebel.COM
73 NetWinder. Information about this machine can be found at:
74
75 <http://www.netwinder.org/>
76
77 Saying N will reduce the size of the Footbridge kernel.
78
79endmenu
80
81# Footbridge support
82config FOOTBRIDGE
83 bool
84
85# Footbridge in host mode
86config FOOTBRIDGE_HOST
87 bool
88
89# Footbridge in addin mode
90config FOOTBRIDGE_ADDIN
91 bool
92
93# EBSA285 board in either host or addin mode
94config ARCH_EBSA285
95 bool
b1b3f49c 96 select ARCH_MAY_HAVE_PC_FDC
1da177e4
LT
97
98endif