1if ARCH_SA1100 2 3menu "SA11x0 Implementations" 4 5config SA1100_ASSABET 6 bool "Assabet" 7 select ARM_SA1110_CPUFREQ 8 select GPIO_REG 9 select LEDS_GPIO_REGISTER 10 select REGULATOR 11 select REGULATOR_FIXED_VOLTAGE 12 help 13 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 14 Microprocessor Development Board (also known as the Assabet). 15 16config ASSABET_NEPONSET 17 bool "Include support for Neponset" 18 depends on SA1100_ASSABET 19 select SA1111 20 help 21 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110 22 Microprocessor Development Board (Assabet) with the SA-1111 23 Development Board (Nepon). 24 25config SA1100_CERF 26 bool "CerfBoard" 27 select ARM_SA1110_CPUFREQ 28 select LEDS_GPIO_REGISTER 29 help 30 The Intrinsyc CerfBoard is based on the StrongARM 1110 (Discontinued). 31 More information is available at: 32 <http://www.intrinsyc.com/products/cerfboard/>. 33 34 Say Y if configuring for an Intrinsyc CerfBoard. 35 Say N otherwise. 36 37choice 38 prompt "Cerf Flash available" 39 depends on SA1100_CERF 40 default SA1100_CERF_FLASH_8MB 41 42config SA1100_CERF_FLASH_8MB 43 bool "8MB" 44 45config SA1100_CERF_FLASH_16MB 46 bool "16MB" 47 48config SA1100_CERF_FLASH_32MB 49 bool "32MB" 50 51endchoice 52 53config SA1100_COLLIE 54 bool "Sharp Zaurus SL5500" 55 # FIXME: select ARM_SA11x0_CPUFREQ 56 select SHARP_LOCOMO 57 select SHARP_PARAM 58 select SHARP_SCOOP 59 help 60 Say Y here to support the Sharp Zaurus SL5500 PDAs. 61 62config SA1100_H3100 63 bool "Compaq iPAQ H3100" 64 select ARM_SA1110_CPUFREQ 65 select HTC_EGPIO 66 select MFD_IPAQ_MICRO 67 help 68 Say Y here if you intend to run this kernel on the Compaq iPAQ 69 H3100 handheld computer. 70 71config SA1100_H3600 72 bool "Compaq iPAQ H3600/H3700" 73 select ARM_SA1110_CPUFREQ 74 select HTC_EGPIO 75 select MFD_IPAQ_MICRO 76 help 77 Say Y here if you intend to run this kernel on the Compaq iPAQ 78 H3600 and H3700 handheld computers. 79 80config SA1100_BADGE4 81 bool "HP Labs BadgePAD 4" 82 select ARM_SA1100_CPUFREQ 83 select SA1111 84 help 85 Say Y here if you want to build a kernel for the HP Laboratories 86 BadgePAD 4. 87 88config SA1100_JORNADA720 89 bool "HP Jornada 720" 90 # FIXME: select ARM_SA11x0_CPUFREQ 91 select SA1111 92 help 93 Say Y here if you want to build a kernel for the HP Jornada 720 94 handheld computer. See 95 <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#> 96 97config SA1100_JORNADA720_SSP 98 bool "HP Jornada 720 Extended SSP driver" 99 depends on SA1100_JORNADA720 100 select SA1100_SSP 101 help 102 Say Y here if you have a HP Jornada 7xx handheld computer and you 103 want to access devices connected to the MCU. Those include the 104 keyboard, touchscreen, backlight and battery. This driver also activates 105 the generic SSP which it extends. 106 107config SA1100_HACKKIT 108 bool "HackKit Core CPU Board" 109 select ARM_SA1100_CPUFREQ 110 help 111 Say Y here to support the HackKit Core CPU Board 112 <http://hackkit.eletztrick.de>; 113 114config SA1100_LART 115 bool "LART" 116 select ARM_SA1100_CPUFREQ 117 help 118 Say Y here if you are using the Linux Advanced Radio Terminal 119 (also known as the LART). See <http://www.lartmaker.nl/> for 120 information on the LART. 121 122config SA1100_NANOENGINE 123 bool "nanoEngine" 124 select ARM_SA1110_CPUFREQ 125 select FORCE_PCI 126 select PCI_NANOENGINE 127 help 128 Say Y here if you are using the Bright Star Engineering nanoEngine. 129 See <http://www.brightstareng.com/arm/nanoeng.htm> for information 130 on the BSE nanoEngine. 131 132config SA1100_PLEB 133 bool "PLEB" 134 select ARM_SA1100_CPUFREQ 135 help 136 Say Y here if you are using version 1 of the Portable Linux 137 Embedded Board (also known as PLEB). 138 See <http://www.disy.cse.unsw.edu.au/Hardware/PLEB/> 139 for more information. 140 141config SA1100_SHANNON 142 bool "Shannon" 143 select ARM_SA1100_CPUFREQ 144 select REGULATOR 145 select REGULATOR_FIXED_VOLTAGE 146 help 147 The Shannon (also known as a Tuxscreen, and also as a IS2630) was a 148 limited edition webphone produced by Philips. The Shannon is a SA1100 149 platform with a 640x480 LCD, touchscreen, CIR keyboard, PCMCIA slots, 150 and a telco interface. 151 152config SA1100_SIMPAD 153 bool "Simpad" 154 select ARM_SA1110_CPUFREQ 155 help 156 The SIEMENS webpad SIMpad is based on the StrongARM 1110. There 157 are two different versions CL4 and SL4. CL4 has 32MB RAM and 16MB 158 FLASH. The SL4 version got 64 MB RAM and 32 MB FLASH and a 159 PCMCIA-Slot. The version for the Germany Telecom (DTAG) is the same 160 like CL4 in additional it has a PCMCIA-Slot. For more information 161 visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>. 162 163config SA1100_SSP 164 tristate "Generic PIO SSP" 165 help 166 Say Y here to enable support for the generic PIO SSP driver. 167 This isn't for audio support, but for attached sensors and 168 other devices, eg for BadgePAD 4 sensor support. 169 170endmenu 171 172endif 173 174