blob: fde7ef1ab192f5da6ee8c8c5837d7abcda73baf6 [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
Russell Kingb9551532016-08-31 08:49:45 +01008 select GPIO_REG
Russell King29786e92016-08-31 08:49:47 +01009 select REGULATOR
10 select REGULATOR_FIXED_VOLTAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 help
12 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
13 Microprocessor Development Board (also known as the Assabet).
14
15config ASSABET_NEPONSET
16 bool "Include support for Neponset"
17 depends on SA1100_ASSABET
18 select SA1111
19 help
20 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
21 Microprocessor Development Board (Assabet) with the SA-1111
22 Development Board (Nepon).
23
24config SA1100_CERF
25 bool "CerfBoard"
Viresh Kumar59a2e612013-04-04 12:54:16 +000026 select ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 help
28 The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
29 More information is available at:
30 <http://www.intrinsyc.com/products/cerfboard/>.
31
32 Say Y if configuring for an Intrinsyc CerfBoard.
33 Say N otherwise.
34
35choice
36 prompt "Cerf Flash available"
37 depends on SA1100_CERF
38 default SA1100_CERF_FLASH_8MB
39
40config SA1100_CERF_FLASH_8MB
41 bool "8MB"
42
43config SA1100_CERF_FLASH_16MB
44 bool "16MB"
45
46config SA1100_CERF_FLASH_32MB
47 bool "32MB"
48
49endchoice
50
51config SA1100_COLLIE
52 bool "Sharp Zaurus SL5500"
Viresh Kumar59a2e612013-04-04 12:54:16 +000053 # FIXME: select ARM_SA11x0_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 select SHARP_LOCOMO
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 select SHARP_PARAM
Russell Kingb1b3f492012-10-06 17:12:25 +010056 select SHARP_SCOOP
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 help
58 Say Y here to support the Sharp Zaurus SL5500 PDAs.
59
60config SA1100_H3100
61 bool "Compaq iPAQ H3100"
Viresh Kumar59a2e612013-04-04 12:54:16 +000062 select ARM_SA1110_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010063 select HTC_EGPIO
Linus Walleijabf38782014-09-02 13:21:44 +010064 select MFD_IPAQ_MICRO
Linus Torvalds1da177e2005-04-16 15:20:36 -070065 help
66 Say Y here if you intend to run this kernel on the Compaq iPAQ
Linus Walleij452a31f2016-04-04 14:43:38 +020067 H3100 handheld computer.
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
Linus Walleij452a31f2016-04-04 14:43:38 +020076 H3600 and H3700 handheld computers.
Linus Torvalds1da177e2005-04-16 15:20:36 -070077
Linus Torvalds1da177e2005-04-16 15:20:36 -070078config SA1100_BADGE4
79 bool "HP Labs BadgePAD 4"
Viresh Kumar59a2e612013-04-04 12:54:16 +000080 select ARM_SA1100_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010081 select SA1111
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 help
83 Say Y here if you want to build a kernel for the HP Laboratories
84 BadgePAD 4.
85
86config SA1100_JORNADA720
87 bool "HP Jornada 720"
Viresh Kumar59a2e612013-04-04 12:54:16 +000088 # FIXME: select ARM_SA11x0_CPUFREQ
Russell Kingb1b3f492012-10-06 17:12:25 +010089 select SA1111
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 help
91 Say Y here if you want to build a kernel for the HP Jornada 720
Justin P. Mattock50a23e62010-10-16 10:36:23 -070092 handheld computer. See
93 <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 -070094
Kristoffer Ericson69ebb222007-07-20 18:22:57 +010095config SA1100_JORNADA720_SSP
96 bool "HP Jornada 720 Extended SSP driver"
Kristoffer Ericson69ebb222007-07-20 18:22:57 +010097 depends on SA1100_JORNADA720
Russell Kingb1b3f492012-10-06 17:12:25 +010098 select SA1100_SSP
Kristoffer Ericson69ebb222007-07-20 18:22:57 +010099 help
100 Say Y here if you have a HP Jornada 7xx handheld computer and you
101 want to access devices connected to the MCU. Those include the
102 keyboard, touchscreen, backlight and battery. This driver also activates
103 the generic SSP which it extends.
104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105config SA1100_HACKKIT
106 bool "HackKit Core CPU Board"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000107 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 help
109 Say Y here to support the HackKit Core CPU Board
110 <http://hackkit.eletztrick.de>;
111
112config SA1100_LART
113 bool "LART"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000114 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115 help
116 Say Y here if you are using the Linux Advanced Radio Terminal
Erik Mouwc8c4b932006-03-27 15:32:30 +0100117 (also known as the LART). See <http://www.lartmaker.nl/> for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 information on the LART.
119
Marcelo Roberto Jimenez9f15d2c2010-12-16 20:51:30 +0100120config SA1100_NANOENGINE
121 bool "nanoEngine"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000122 select ARM_SA1110_CPUFREQ
Marcelo Roberto Jimenezb080ac82010-12-16 21:34:51 +0100123 select PCI
124 select PCI_NANOENGINE
Marcelo Roberto Jimenez9f15d2c2010-12-16 20:51:30 +0100125 help
126 Say Y here if you are using the Bright Star Engineering nanoEngine.
127 See <http://www.brightstareng.com/arm/nanoeng.htm> for information
128 on the BSE nanoEngine.
129
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130config SA1100_PLEB
131 bool "PLEB"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000132 select ARM_SA1100_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133 help
134 Say Y here if you are using version 1 of the Portable Linux
135 Embedded Board (also known as PLEB).
136 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/>
137 for more information.
138
139config SA1100_SHANNON
140 bool "Shannon"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000141 select ARM_SA1100_CPUFREQ
Russell Kingb51af862016-08-31 08:49:48 +0100142 select REGULATOR
143 select REGULATOR_FIXED_VOLTAGE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 help
145 The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
146 limited edition webphone produced by Philips. The Shannon is a SA1100
147 platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
148 and a telco interface.
149
150config SA1100_SIMPAD
151 bool "Simpad"
Viresh Kumar59a2e612013-04-04 12:54:16 +0000152 select ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 help
154 The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
155 are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
156 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
157 PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
158 like CL4 in additional it has a PCMCIA-Slot. For more information
Justin P. Mattock50a23e62010-10-16 10:36:23 -0700159 visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160
161config SA1100_SSP
162 tristate "Generic PIO SSP"
163 help
164 Say Y here to enable support for the generic PIO SSP driver.
165 This isn't for audio support, but for attached sensors and
Kristoffer Ericson69ebb222007-07-20 18:22:57 +0100166 other devices, eg for BadgePAD 4 sensor support.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168endmenu
169
170endif
Russell King1937f5b2009-12-12 16:20:57 +0000171