Blame view

arch/arm/mach-sa1100/Kconfig 4.62 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  if ARCH_SA1100
  
  menu "SA11x0 Implementations"
  
  config SA1100_ASSABET
  	bool "Assabet"
1937f5b91   Russell King   ARM: fix sa1100 b...
7
  	select CPU_FREQ_SA1110
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  	help
  	  Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
  	  Microprocessor Development Board (also known as the Assabet).
  
  config ASSABET_NEPONSET
  	bool "Include support for Neponset"
  	depends on SA1100_ASSABET
  	select SA1111
  	help
  	  Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
  	  Microprocessor Development Board (Assabet)  with the SA-1111
  	  Development Board (Nepon).
  
  config SA1100_CERF
  	bool "CerfBoard"
1937f5b91   Russell King   ARM: fix sa1100 b...
23
  	select CPU_FREQ_SA1110
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  	help
  	  The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
  	  More information is available at:
  	  <http://www.intrinsyc.com/products/cerfboard/>.
  
  	  Say Y if configuring for an Intrinsyc CerfBoard.
  	  Say N otherwise.
  
  choice
  	prompt "Cerf Flash available"
  	depends on SA1100_CERF
  	default SA1100_CERF_FLASH_8MB
  
  config SA1100_CERF_FLASH_8MB
  	bool "8MB"
  
  config SA1100_CERF_FLASH_16MB
  	bool "16MB"
  
  config SA1100_CERF_FLASH_32MB
  	bool "32MB"
  
  endchoice
  
  config SA1100_COLLIE
  	bool "Sharp Zaurus SL5500"
1937f5b91   Russell King   ARM: fix sa1100 b...
50
  	# FIXME: select CPU_FREQ_SA11x0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
51
52
53
54
55
56
57
58
  	select SHARP_LOCOMO
  	select SHARP_SCOOP
  	select SHARP_PARAM
  	help
  	  Say Y here to support the Sharp Zaurus SL5500 PDAs.
  
  config SA1100_H3100
  	bool "Compaq iPAQ H3100"
a53c876dc   Dmitry Artamonow   ARM: 5826/1: SA11...
59
  	select HTC_EGPIO
d2ae1587b   Dmitry Artamonow   ARM: 6075/1: SA11...
60
  	select CPU_FREQ_SA1110
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
61
62
63
64
65
66
  	help
  	  Say Y here if you intend to run this kernel on the Compaq iPAQ
  	  H3100 handheld computer.  Information about this machine and the
  	  Linux port to this machine can be found at:
  
  	  <http://www.handhelds.org/Compaq/index.html#iPAQ_H3100>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
67
68
69
  
  config SA1100_H3600
  	bool "Compaq iPAQ H3600/H3700"
a53c876dc   Dmitry Artamonow   ARM: 5826/1: SA11...
70
  	select HTC_EGPIO
d2ae1587b   Dmitry Artamonow   ARM: 6075/1: SA11...
71
  	select CPU_FREQ_SA1110
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
72
73
74
75
76
77
  	help
  	  Say Y here if you intend to run this kernel on the Compaq iPAQ
  	  H3600 handheld computer.  Information about this machine and the
  	  Linux port to this machine can be found at:
  
  	  <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
78

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
79
80
81
  config SA1100_BADGE4
  	bool "HP Labs BadgePAD 4"
  	select SA1111
1937f5b91   Russell King   ARM: fix sa1100 b...
82
  	select CPU_FREQ_SA1100
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
83
84
85
86
87
88
89
  	help
  	  Say Y here if you want to build a kernel for the HP Laboratories
  	  BadgePAD 4.
  
  config SA1100_JORNADA720
  	bool "HP Jornada 720"
  	select SA1111
1937f5b91   Russell King   ARM: fix sa1100 b...
90
  	# FIXME: select CPU_FREQ_SA11x0
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
91
92
  	help
  	  Say Y here if you want to build a kernel for the HP Jornada 720
50a23e6ee   Justin P. Mattock   Update broken web...
93
94
  	  handheld computer.  See 
  	  <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#> 
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
95

69ebb2227   Kristoffer Ericson   [ARM] 4506/1: HP ...
96
97
98
99
100
101
102
103
104
  config SA1100_JORNADA720_SSP
  	bool "HP Jornada 720 Extended SSP driver"
  	select SA1100_SSP
  	depends on SA1100_JORNADA720
  	help
  	  Say Y here if you have a HP Jornada 7xx handheld computer and you
  	  want to access devices connected to the MCU. Those include the
  	  keyboard, touchscreen, backlight and battery. This driver also activates
  	  the generic SSP which it extends.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
105
106
  config SA1100_HACKKIT
  	bool "HackKit Core CPU Board"
1937f5b91   Russell King   ARM: fix sa1100 b...
107
  	select CPU_FREQ_SA1100
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
108
109
110
111
112
113
  	help
  	  Say Y here to support the HackKit Core CPU Board
  	  <http://hackkit.eletztrick.de>;
  
  config SA1100_LART
  	bool "LART"
1937f5b91   Russell King   ARM: fix sa1100 b...
114
  	select CPU_FREQ_SA1100
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
115
116
  	help
  	  Say Y here if you are using the Linux Advanced Radio Terminal
c8c4b939e   Erik Mouw   [ARM] 3416/1: Upd...
117
  	  (also known as the LART).  See <http://www.lartmaker.nl/> for
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
118
  	  information on the LART.
9f15d2cac   Marcelo Roberto Jimenez   ARM: 6447/3: sa11...
119
120
121
  config SA1100_NANOENGINE
  	bool "nanoEngine"
  	select CPU_FREQ_SA1110
b080ac8ad   Marcelo Roberto Jimenez   ARM: 6459/2: sa11...
122
123
  	select PCI
  	select PCI_NANOENGINE
9f15d2cac   Marcelo Roberto Jimenez   ARM: 6447/3: sa11...
124
125
126
127
  	help
  	  Say Y here if you are using the Bright Star Engineering nanoEngine.
  	  See <http://www.brightstareng.com/arm/nanoeng.htm> for information
  	  on the BSE nanoEngine.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
128
129
  config SA1100_PLEB
  	bool "PLEB"
1937f5b91   Russell King   ARM: fix sa1100 b...
130
  	select CPU_FREQ_SA1100
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
131
132
133
134
135
136
137
138
  	help
  	  Say Y here if you are using version 1 of the Portable Linux
  	  Embedded Board (also known as PLEB).
  	  See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
  	  for more information.
  
  config SA1100_SHANNON
  	bool "Shannon"
1937f5b91   Russell King   ARM: fix sa1100 b...
139
  	select CPU_FREQ_SA1100
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
140
141
142
143
144
145
146
147
  	help
  	  The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
  	  limited edition webphone produced by Philips. The Shannon is a SA1100
  	  platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
  	  and a telco interface.
  
  config SA1100_SIMPAD
  	bool "Simpad"
1937f5b91   Russell King   ARM: fix sa1100 b...
148
  	select CPU_FREQ_SA1110
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
149
150
151
152
153
154
  	help
  	  The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
  	  are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
  	  FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
  	  PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
  	  like CL4 in additional it has a PCMCIA-Slot. For more information
50a23e6ee   Justin P. Mattock   Update broken web...
155
  	  visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
156
157
158
159
160
161
  
  config SA1100_SSP
  	tristate "Generic PIO SSP"
  	help
  	  Say Y here to enable support for the generic PIO SSP driver.
  	  This isn't for audio support, but for attached sensors and
69ebb2227   Kristoffer Ericson   [ARM] 4506/1: HP ...
162
  	  other devices, eg for BadgePAD 4 sensor support.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
163

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
164
165
166
  endmenu
  
  endif
1937f5b91   Russell King   ARM: fix sa1100 b...
167