Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | if ARCH_SA1100 |
| 3 | |
| 4 | menu "SA11x0 Implementations" |
| 5 | |
| 6 | config SA1100_ASSABET |
| 7 | bool "Assabet" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 8 | select ARM_SA1110_CPUFREQ |
Russell King | b955153 | 2016-08-31 08:49:45 +0100 | [diff] [blame] | 9 | select GPIO_REG |
Russell King | 59b23ea | 2016-08-31 08:49:50 +0100 | [diff] [blame] | 10 | select LEDS_GPIO_REGISTER |
Russell King | 29786e9 | 2016-08-31 08:49:47 +0100 | [diff] [blame] | 11 | select REGULATOR |
| 12 | select REGULATOR_FIXED_VOLTAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 17 | config 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 | |
| 26 | config SA1100_CERF |
| 27 | bool "CerfBoard" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 28 | select ARM_SA1110_CPUFREQ |
Russell King | 039bc3b | 2016-08-31 08:49:50 +0100 | [diff] [blame] | 29 | select LEDS_GPIO_REGISTER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 38 | choice |
| 39 | prompt "Cerf Flash available" |
| 40 | depends on SA1100_CERF |
| 41 | default SA1100_CERF_FLASH_8MB |
| 42 | |
| 43 | config SA1100_CERF_FLASH_8MB |
| 44 | bool "8MB" |
| 45 | |
| 46 | config SA1100_CERF_FLASH_16MB |
| 47 | bool "16MB" |
| 48 | |
| 49 | config SA1100_CERF_FLASH_32MB |
| 50 | bool "32MB" |
| 51 | |
| 52 | endchoice |
| 53 | |
| 54 | config SA1100_COLLIE |
| 55 | bool "Sharp Zaurus SL5500" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 56 | # FIXME: select ARM_SA11x0_CPUFREQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | select SHARP_LOCOMO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | select SHARP_PARAM |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 59 | select SHARP_SCOOP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | help |
| 61 | Say Y here to support the Sharp Zaurus SL5500 PDAs. |
| 62 | |
| 63 | config SA1100_H3100 |
| 64 | bool "Compaq iPAQ H3100" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 65 | select ARM_SA1110_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 66 | select HTC_EGPIO |
Linus Walleij | abf3878 | 2014-09-02 13:21:44 +0100 | [diff] [blame] | 67 | select MFD_IPAQ_MICRO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | help |
| 69 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
Linus Walleij | 452a31f | 2016-04-04 14:43:38 +0200 | [diff] [blame] | 70 | H3100 handheld computer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
| 72 | config SA1100_H3600 |
| 73 | bool "Compaq iPAQ H3600/H3700" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 74 | select ARM_SA1110_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 75 | select HTC_EGPIO |
Linus Walleij | abf3878 | 2014-09-02 13:21:44 +0100 | [diff] [blame] | 76 | select MFD_IPAQ_MICRO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | help |
| 78 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
Linus Walleij | 452a31f | 2016-04-04 14:43:38 +0200 | [diff] [blame] | 79 | H3600 and H3700 handheld computers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | config SA1100_BADGE4 |
| 82 | bool "HP Labs BadgePAD 4" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 83 | select ARM_SA1100_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 84 | select SA1111 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | help |
| 86 | Say Y here if you want to build a kernel for the HP Laboratories |
| 87 | BadgePAD 4. |
| 88 | |
| 89 | config SA1100_JORNADA720 |
| 90 | bool "HP Jornada 720" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 91 | # FIXME: select ARM_SA11x0_CPUFREQ |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 92 | select SA1111 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | help |
| 94 | Say Y here if you want to build a kernel for the HP Jornada 720 |
Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 95 | handheld computer. See |
| 96 | <http://h10025.www1.hp.com/ewfrf/wc/product?product=61677&cc=us&lc=en&dlc=en&product=61677#> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | |
Kristoffer Ericson | 69ebb22 | 2007-07-20 18:22:57 +0100 | [diff] [blame] | 98 | config SA1100_JORNADA720_SSP |
| 99 | bool "HP Jornada 720 Extended SSP driver" |
Kristoffer Ericson | 69ebb22 | 2007-07-20 18:22:57 +0100 | [diff] [blame] | 100 | depends on SA1100_JORNADA720 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 101 | select SA1100_SSP |
Kristoffer Ericson | 69ebb22 | 2007-07-20 18:22:57 +0100 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | config SA1100_HACKKIT |
| 109 | bool "HackKit Core CPU Board" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 110 | select ARM_SA1100_CPUFREQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | help |
| 112 | Say Y here to support the HackKit Core CPU Board |
| 113 | <http://hackkit.eletztrick.de>; |
| 114 | |
| 115 | config SA1100_LART |
| 116 | bool "LART" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 117 | select ARM_SA1100_CPUFREQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | help |
| 119 | Say Y here if you are using the Linux Advanced Radio Terminal |
Erik Mouw | c8c4b93 | 2006-03-27 15:32:30 +0100 | [diff] [blame] | 120 | (also known as the LART). See <http://www.lartmaker.nl/> for |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | information on the LART. |
| 122 | |
Marcelo Roberto Jimenez | 9f15d2c | 2010-12-16 20:51:30 +0100 | [diff] [blame] | 123 | config SA1100_NANOENGINE |
| 124 | bool "nanoEngine" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 125 | select ARM_SA1110_CPUFREQ |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 126 | select FORCE_PCI |
Marcelo Roberto Jimenez | b080ac8 | 2010-12-16 21:34:51 +0100 | [diff] [blame] | 127 | select PCI_NANOENGINE |
Marcelo Roberto Jimenez | 9f15d2c | 2010-12-16 20:51:30 +0100 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | config SA1100_PLEB |
| 134 | bool "PLEB" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 135 | select ARM_SA1100_CPUFREQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 142 | config SA1100_SHANNON |
| 143 | bool "Shannon" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 144 | select ARM_SA1100_CPUFREQ |
Russell King | b51af86 | 2016-08-31 08:49:48 +0100 | [diff] [blame] | 145 | select REGULATOR |
| 146 | select REGULATOR_FIXED_VOLTAGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 153 | config SA1100_SIMPAD |
| 154 | bool "Simpad" |
Viresh Kumar | 59a2e61 | 2013-04-04 12:54:16 +0000 | [diff] [blame] | 155 | select ARM_SA1110_CPUFREQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |
Justin P. Mattock | 50a23e6 | 2010-10-16 10:36:23 -0700 | [diff] [blame] | 162 | visit <http://www.usa.siemens.com/> or <http://www.siemens.ch/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
| 164 | config 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 |
Kristoffer Ericson | 69ebb22 | 2007-07-20 18:22:57 +0100 | [diff] [blame] | 169 | other devices, eg for BadgePAD 4 sensor support. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 171 | endmenu |
| 172 | |
| 173 | endif |
Russell King | 1937f5b | 2009-12-12 16:20:57 +0000 | [diff] [blame] | 174 | |