blob: c6f6ed1cbed08a7f0ebfa40d670ab95b7b1b2d88 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001if ARCH_SA1100
2
3menu "SA11x0 Implementations"
4
5config SA1100_ASSABET
6 bool "Assabet"
Viresh Kumar59a2e612013-04-04 12:54:16 +00007 select ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 help
9 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
10 Microprocessor Development Board (also known as the Assabet).
11
12config ASSABET_NEPONSET
13 bool "Include support for Neponset"
14 depends on SA1100_ASSABET
15 select SA1111
16 help
17 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
18 Microprocessor Development Board (Assabet) with the SA-1111
19 Development Board (Nepon).
20
21config SA1100_CERF
22 bool "CerfBoard"
Viresh Kumar59a2e612013-04-04 12:54:16 +000023 select ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 help
25 The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
26 More information is available at:
27 <http://www.intrinsyc.com/products/cerfboard/>.
28
29 Say Y if configuring for an Intrinsyc CerfBoard.
30 Say N otherwise.
31
32choice
33 prompt "Cerf Flash available"
34 depends on SA1100_CERF
35 default SA1100_CERF_FLASH_8MB
36
37config SA1100_CERF_FLASH_8MB
38 bool "8MB"
39
40config SA1100_CERF_FLASH_16MB
41 bool "16MB"
42
43config SA1100_CERF_FLASH_32MB
44 bool "32MB"
45
46endchoice
47
48config SA1100_COLLIE
49 bool "Sharp Zaurus SL5500"
Viresh Kumar59a2e612013-04-04 12:54:16 +000050 # FIXME: select ARM_SA11x0_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 select SHARP_LOCOMO
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 select SHARP_PARAM
Russell Kingb1b3f492012-10-06 17:12:25 +010053 select SHARP_SCOOP
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 help
55 Say Y here to support the Sharp Zaurus SL5500 PDAs.
56
57config SA1100_H3100
58 bool "Compaq iPAQ H3100"
Viresh Kumar59a2e612013-04-04 12:54:16 +000059 select ARM_SA1110_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010060 select HTC_EGPIO
Linus Walleijabf38782014-09-02 13:21:44 +010061 select MFD_IPAQ_MICRO
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 help
63 Say Y here if you intend to run this kernel on the Compaq iPAQ
64 H3100 handheld computer. Information about this machine and the
65 Linux port to this machine can be found at:
66
67 <http://www.handhelds.org/Compaq/index.html#iPAQ_H3100>
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
69config SA1100_H3600
70 bool "Compaq iPAQ H3600/H3700"
Viresh Kumar59a2e612013-04-04 12:54:16 +000071 select ARM_SA1110_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010072 select HTC_EGPIO
Linus Walleijabf38782014-09-02 13:21:44 +010073 select MFD_IPAQ_MICRO
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 help
75 Say Y here if you intend to run this kernel on the Compaq iPAQ
76 H3600 handheld computer. Information about this machine and the
77 Linux port to this machine can be found at:
78
79 <http://www.handhelds.org/Compaq/index.html#iPAQ_H3600>
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
Linus Torvalds1da177e2005-04-16 15:20:36 -070081config SA1100_BADGE4
82 bool "HP Labs BadgePAD 4"
Viresh Kumar59a2e612013-04-04 12:54:16 +000083 select ARM_SA1100_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010084 select SA1111
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 help
86 Say Y here if you want to build a kernel for the HP Laboratories
87 BadgePAD 4.
88
89config SA1100_JORNADA720
90 bool "HP Jornada 720"
Viresh Kumar59a2e612013-04-04 12:54:16 +000091 # FIXME: select ARM_SA11x0_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010092 select SA1111
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 help
94 Say Y here if you want to build a kernel for the HP Jornada 720
Justin P. Mattock50a23e62010-10-16 10:36:23 -070095 handheld computer. See
96 <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#>
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
Kristoffer Ericson69ebb222007-07-20 18:22:57 +010098config SA1100_JORNADA720_SSP
99 bool "HP Jornada 720 Extended SSP driver"
Kristoffer Ericson69ebb222007-07-20 18:22:57 +0100100 depends on SA1100_JORNADA720
Russell Kingb1b3f492012-10-06 17:12:25 +0100101 select SA1100_SSP
Kristoffer Ericson69ebb222007-07-20 18:22:57 +0100102 help
103 Say Y here if you have a HP Jornada 7xx handheld computer and you
104 want to access devices connected to the MCU. Those include the
105 keyboard, touchscreen, backlight and battery. This driver also activates
106 the generic SSP which it extends.
107
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108config SA1100_HACKKIT
109 bool "HackKit Core CPU Board"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000110 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 help
112 Say Y here to support the HackKit Core CPU Board
113 <http://hackkit.eletztrick.de>;
114
115config SA1100_LART
116 bool "LART"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000117 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 help
119 Say Y here if you are using the Linux Advanced Radio Terminal
Erik Mouwc8c4b932006-03-27 15:32:30 +0100120 (also known as the LART). See <http://www.lartmaker.nl/> for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 information on the LART.
122
Marcelo Roberto Jimenez9f15d2c2010-12-16 20:51:30 +0100123config SA1100_NANOENGINE
124 bool "nanoEngine"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000125 select ARM_SA1110_CPUFREQ
Marcelo Roberto Jimenezb080ac82010-12-16 21:34:51 +0100126 select PCI
127 select PCI_NANOENGINE
Marcelo Roberto Jimenez9f15d2c2010-12-16 20:51:30 +0100128 help
129 Say Y here if you are using the Bright Star Engineering nanoEngine.
130 See <http://www.brightstareng.com/arm/nanoeng.htm> for information
131 on the BSE nanoEngine.
132
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133config SA1100_PLEB
134 bool "PLEB"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000135 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 help
137 Say Y here if you are using version 1 of the Portable Linux
138 Embedded Board (also known as PLEB).
139 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
140 for more information.
141
142config SA1100_SHANNON
143 bool "Shannon"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000144 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145 help
146 The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
147 limited edition webphone produced by Philips. The Shannon is a SA1100
148 platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
149 and a telco interface.
150
151config SA1100_SIMPAD
152 bool "Simpad"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000153 select ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 help
155 The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
156 are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
157 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
158 PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
159 like CL4 in additional it has a PCMCIA-Slot. For more information
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700160 visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161
162config SA1100_SSP
163 tristate "Generic PIO SSP"
164 help
165 Say Y here to enable support for the generic PIO SSP driver.
166 This isn't for audio support, but for attached sensors and
Kristoffer Ericson69ebb222007-07-20 18:22:57 +0100167 other devices, eg for BadgePAD 4 sensor support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169endmenu
170
171endif
Russell King1937f5b2009-12-12 16:20:57 +0000172