vserver 1.9.5.x5
[linux-2.6.git] / arch / arm / mach-sa1100 / Kconfig
1 if ARCH_SA1100
2
3 menu "SA11x0 Implementations"
4
5 config SA1100_ASSABET
6         bool "Assabet"
7         help
8           Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
9           Microprocessor Development Board (also known as the Assabet).
10
11 config ASSABET_NEPONSET
12         bool "Include support for Neponset"
13         depends on SA1100_ASSABET
14         help
15           Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
16           Microprocessor Development Board (Assabet)  with the SA-1111
17           Development Board (Nepon).
18
19 config SA1100_CERF
20         bool "CerfBoard"
21         help
22           The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
23           More information is available at:
24           <http://www.intrinsyc.com/products/cerfboard/>.
25
26           Say Y if configuring for an Intrinsyc CerfBoard.
27           Say N otherwise.
28
29 choice
30         prompt "Cerf Flash available"
31         depends on SA1100_CERF
32         default SA1100_CERF_FLASH_8MB
33
34 config SA1100_CERF_FLASH_8MB
35         bool "8MB"
36
37 config SA1100_CERF_FLASH_16MB
38         bool "16MB"
39
40 config SA1100_CERF_FLASH_32MB
41         bool "32MB"
42
43 endchoice
44
45 config SA1100_COLLIE
46         bool "Sharp Zaurus SL5500"
47         depends on ARCH_SA1100
48         help
49           Say Y here to support the Sharp Zaurus SL5500 PDAs.
50
51 config SA1100_H3100
52         bool "Compaq iPAQ H3100"
53         help
54           Say Y here if you intend to run this kernel on the Compaq iPAQ
55           H3100 handheld computer.  Information about this machine and the
56           Linux port to this machine can be found at:
57
58           <http://www.handhelds.org/Compaq/index.html#iPAQ_H3100>
59           <http://www.compaq.com/products/handhelds/pocketpc/>
60
61 config SA1100_H3600
62         bool "Compaq iPAQ H3600/H3700"
63         help
64           Say Y here if you intend to run this kernel on the Compaq iPAQ
65           H3600 handheld computer.  Information about this machine and the
66           Linux port to this machine can be found at:
67
68           <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
69           <http://www.compaq.com/products/handhelds/pocketpc/>
70
71 config SA1100_H3800
72         bool "Compaq iPAQ H3800"
73         help
74           Say Y here if you intend to run this kernel on the Compaq iPAQ H3800
75           series handheld computer.  Information about this machine and the
76           Linux port to this machine can be found at:
77
78           <http://www.handhelds.org/Compaq/index.html#iPAQ_H3800>
79           <http://www.compaq.com/products/handhelds/pocketpc/>
80
81 config SA1100_H3XXX
82         bool
83         depends on SA1100_H3100 || SA1100_H3600 || SA1100_H3800
84         default y
85
86 config SA1100_BADGE4
87         bool "HP Labs BadgePAD 4"
88         help
89           Say Y here if you want to build a kernel for the HP Laboratories
90           BadgePAD 4.
91
92 config SA1100_JORNADA720
93         bool "HP Jornada 720"
94         help
95           Say Y here if you want to build a kernel for the HP Jornada 720
96           handheld computer.  See <http://www.hp.com/jornada/products/720>
97           for details.
98
99 config SA1100_HACKKIT
100         bool "HackKit Core CPU Board"
101         help
102           Say Y here to support the HackKit Core CPU Board
103           <http://hackkit.eletztrick.de>;
104
105 config SA1100_LART
106         bool "LART"
107         help
108           Say Y here if you are using the Linux Advanced Radio Terminal
109           (also known as the LART).  See <http://www.lart.tudelft.nl/> for
110           information on the LART.
111
112 config SA1100_PLEB
113         bool "PLEB"
114         help
115           Say Y here if you are using version 1 of the Portable Linux
116           Embedded Board (also known as PLEB).
117           See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
118           for more information.
119
120 config SA1100_SHANNON
121         bool "Shannon"
122         help
123           The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
124           limited edition webphone produced by Philips. The Shannon is a SA1100
125           platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
126           and a telco interface.
127
128 config SA1100_SIMPAD
129         bool "Simpad"
130         help
131           The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
132           are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
133           FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
134           PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
135           like CL4 in additional it has a PCMCIA-Slot. For more information
136           visit <http://www.my-siemens.com/> or <http://www.siemens.ch/>.
137
138 config SA1100_SSP
139         tristate "Generic PIO SSP"
140         help
141           Say Y here to enable support for the generic PIO SSP driver.
142           This isn't for audio support, but for attached sensors and
143           other devices, eg for BadgePAD 4 sensor support, or Jornada
144           720 touchscreen support.
145
146 config H3600_SLEEVE
147         tristate "Compaq iPAQ Handheld sleeve support"
148         depends on SA1100_H3600
149         help
150           Choose this option to enable support for extension packs (sleeves)
151           for the Compaq iPAQ H3XXX series of handheld computers.  This option
152           is required for the CF, PCMCIA, Bluetooth and GSM/GPRS extension
153           packs.
154
155 endmenu
156
157 endif