]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/mach-sa1100/Kconfig
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-sa1100 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2if ARCH_SA1100
3
4menu "SA11x0 Implementations"
5
6config SA1100_ASSABET
7 bool "Assabet"
59a2e613 8 select ARM_SA1110_CPUFREQ
b955153b 9 select GPIO_REG
59b23ead 10 select LEDS_GPIO_REGISTER
29786e9b
RK
11 select REGULATOR
12 select REGULATOR_FIXED_VOLTAGE
1da177e4
LT
13 help
14 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
15 Microprocessor Development Board (also known as the Assabet).
16
17config ASSABET_NEPONSET
18 bool "Include support for Neponset"
19 depends on SA1100_ASSABET
20 select SA1111
21 help
22 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
23 Microprocessor Development Board (Assabet) with the SA-1111
24 Development Board (Nepon).
25
26config SA1100_CERF
27 bool "CerfBoard"
59a2e613 28 select ARM_SA1110_CPUFREQ
039bc3b7 29 select LEDS_GPIO_REGISTER
1da177e4
LT
30 help
31 The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued).
32 More information is available at:
33 <http://www.intrinsyc.com/products/cerfboard/>.
34
35 Say Y if configuring for an Intrinsyc CerfBoard.
36 Say N otherwise.
37
38choice
39 prompt "Cerf Flash available"
40 depends on SA1100_CERF
41 default SA1100_CERF_FLASH_8MB
42
43config SA1100_CERF_FLASH_8MB
44 bool "8MB"
45
46config SA1100_CERF_FLASH_16MB
47 bool "16MB"
48
49config SA1100_CERF_FLASH_32MB
50 bool "32MB"
51
52endchoice
53
54config SA1100_COLLIE
55 bool "Sharp Zaurus SL5500"
59a2e613 56 # FIXME: select ARM_SA11x0_CPUFREQ
1da177e4 57 select SHARP_LOCOMO
1da177e4 58 select SHARP_PARAM
b1b3f49c 59 select SHARP_SCOOP
1da177e4
LT
60 help
61 Say Y here to support the Sharp Zaurus SL5500 PDAs.
62
63config SA1100_H3100
64 bool "Compaq iPAQ H3100"
59a2e613 65 select ARM_SA1110_CPUFREQ
b1b3f49c 66 select HTC_EGPIO
abf38780 67 select MFD_IPAQ_MICRO
1da177e4
LT
68 help
69 Say Y here if you intend to run this kernel on the Compaq iPAQ
452a31fd 70 H3100 handheld computer.
1da177e4
LT
71
72config SA1100_H3600
73 bool "Compaq iPAQ H3600/H3700"
59a2e613 74 select ARM_SA1110_CPUFREQ
b1b3f49c 75 select HTC_EGPIO
abf38780 76 select MFD_IPAQ_MICRO
1da177e4
LT
77 help
78 Say Y here if you intend to run this kernel on the Compaq iPAQ
452a31fd 79 H3600 and H3700 handheld computers.
1da177e4 80
1da177e4
LT
81config SA1100_BADGE4
82 bool "HP Labs BadgePAD 4"
59a2e613 83 select ARM_SA1100_CPUFREQ
b1b3f49c 84 select SA1111
1da177e4
LT
85 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"
59a2e613 91 # FIXME: select ARM_SA11x0_CPUFREQ
b1b3f49c 92 select SA1111
1da177e4
LT
93 help
94 Say Y here if you want to build a kernel for the HP Jornada 720
50a23e6e
JM
95 handheld computer. See
96 <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#>
1da177e4 97
69ebb222
KE
98config SA1100_JORNADA720_SSP
99 bool "HP Jornada 720 Extended SSP driver"
69ebb222 100 depends on SA1100_JORNADA720
b1b3f49c 101 select SA1100_SSP
69ebb222
KE
102 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
1da177e4
LT
108config SA1100_HACKKIT
109 bool "HackKit Core CPU Board"
59a2e613 110 select ARM_SA1100_CPUFREQ
1da177e4
LT
111 help
112 Say Y here to support the HackKit Core CPU Board
113 <http://hackkit.eletztrick.de>;
114
115config SA1100_LART
116 bool "LART"
59a2e613 117 select ARM_SA1100_CPUFREQ
1da177e4
LT
118 help
119 Say Y here if you are using the Linux Advanced Radio Terminal
c8c4b939 120 (also known as the LART). See <http://www.lartmaker.nl/> for
1da177e4
LT
121 information on the LART.
122
9f15d2ca
MRJ
123config SA1100_NANOENGINE
124 bool "nanoEngine"
59a2e613 125 select ARM_SA1110_CPUFREQ
eb01d42a 126 select FORCE_PCI
b080ac8a 127 select PCI_NANOENGINE
9f15d2ca
MRJ
128 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
1da177e4
LT
133config SA1100_PLEB
134 bool "PLEB"
59a2e613 135 select ARM_SA1100_CPUFREQ
1da177e4
LT
136 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"
59a2e613 144 select ARM_SA1100_CPUFREQ
b51af865
RK
145 select REGULATOR
146 select REGULATOR_FIXED_VOLTAGE
1da177e4
LT
147 help
148 The Shannon (also known as a Tuxscreen, and also as a IS2630) was a
149 limited edition webphone produced by Philips. The Shannon is a SA1100
150 platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots,
151 and a telco interface.
152
153config SA1100_SIMPAD
154 bool "Simpad"
59a2e613 155 select ARM_SA1110_CPUFREQ
1da177e4
LT
156 help
157 The SIEMENS webpad SIMpad is based on the StrongARM 1110. There
158 are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB
159 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a
160 PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same
161 like CL4 in additional it has a PCMCIA-Slot. For more information
50a23e6e 162 visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>.
1da177e4
LT
163
164config SA1100_SSP
165 tristate "Generic PIO SSP"
166 help
167 Say Y here to enable support for the generic PIO SSP driver.
168 This isn't for audio support, but for attached sensors and
69ebb222 169 other devices, eg for BadgePAD 4 sensor support.
1da177e4 170
1da177e4
LT
171endmenu
172
173endif
1937f5b9 174