Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 1 | menu "Board support" |
| 2 | |
| 3 | config SOLUTION_ENGINE |
| 4 | bool |
| 5 | |
Paul Mundt | 704bf31 | 2011-01-13 18:31:25 +0900 | [diff] [blame] | 6 | config SH_ALPHA_BOARD |
| 7 | bool |
| 8 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 9 | config SH_SOLUTION_ENGINE |
| 10 | bool "SolutionEngine" |
| 11 | select SOLUTION_ENGINE |
| 12 | select CPU_HAS_IPR_IRQ |
| 13 | depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ |
| 14 | CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ |
| 15 | CPU_SUBTYPE_SH7750R |
| 16 | help |
| 17 | Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, |
| 18 | SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. |
| 19 | |
| 20 | config SH_7206_SOLUTION_ENGINE |
| 21 | bool "SolutionEngine7206" |
| 22 | select SOLUTION_ENGINE |
| 23 | depends on CPU_SUBTYPE_SH7206 |
| 24 | help |
| 25 | Select 7206 SolutionEngine if configuring for a Hitachi SH7206 |
| 26 | evaluation board. |
| 27 | |
| 28 | config SH_7619_SOLUTION_ENGINE |
| 29 | bool "SolutionEngine7619" |
| 30 | select SOLUTION_ENGINE |
| 31 | depends on CPU_SUBTYPE_SH7619 |
| 32 | help |
| 33 | Select 7619 SolutionEngine if configuring for a Hitachi SH7619 |
| 34 | evaluation board. |
| 35 | |
| 36 | config SH_7721_SOLUTION_ENGINE |
| 37 | bool "SolutionEngine7721" |
| 38 | select SOLUTION_ENGINE |
| 39 | depends on CPU_SUBTYPE_SH7721 |
| 40 | help |
| 41 | Select 7721 SolutionEngine if configuring for a Hitachi SH7721 |
| 42 | evaluation board. |
| 43 | |
| 44 | config SH_7722_SOLUTION_ENGINE |
| 45 | bool "SolutionEngine7722" |
| 46 | select SOLUTION_ENGINE |
Paul Mundt | 5df38b9 | 2012-05-24 18:24:32 +0900 | [diff] [blame] | 47 | select GENERIC_IRQ_CHIP |
| 48 | select IRQ_DOMAIN |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 49 | depends on CPU_SUBTYPE_SH7722 |
| 50 | help |
| 51 | Select 7722 SolutionEngine if configuring for a Hitachi SH772 |
| 52 | evaluation board. |
| 53 | |
Kuninori Morimoto | 287c129 | 2009-05-26 07:04:52 +0000 | [diff] [blame] | 54 | config SH_7724_SOLUTION_ENGINE |
| 55 | bool "SolutionEngine7724" |
| 56 | select SOLUTION_ENGINE |
| 57 | depends on CPU_SUBTYPE_SH7724 |
| 58 | select ARCH_REQUIRE_GPIOLIB |
Kuninori Morimoto | af8a2fe | 2012-04-08 21:18:28 -0700 | [diff] [blame] | 59 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
Kuninori Morimoto | 287c129 | 2009-05-26 07:04:52 +0000 | [diff] [blame] | 60 | help |
| 61 | Select 7724 SolutionEngine if configuring for a Hitachi SH7724 |
| 62 | evaluation board. |
| 63 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 64 | config SH_7751_SOLUTION_ENGINE |
| 65 | bool "SolutionEngine7751" |
| 66 | select SOLUTION_ENGINE |
| 67 | select CPU_HAS_IPR_IRQ |
| 68 | depends on CPU_SUBTYPE_SH7751 |
| 69 | help |
| 70 | Select 7751 SolutionEngine if configuring for a Hitachi SH7751 |
| 71 | evaluation board. |
| 72 | |
| 73 | config SH_7780_SOLUTION_ENGINE |
| 74 | bool "SolutionEngine7780" |
| 75 | select SOLUTION_ENGINE |
| 76 | select SYS_SUPPORTS_PCI |
| 77 | depends on CPU_SUBTYPE_SH7780 |
| 78 | help |
| 79 | Select 7780 SolutionEngine if configuring for a Renesas SH7780 |
| 80 | evaluation board. |
| 81 | |
| 82 | config SH_7343_SOLUTION_ENGINE |
| 83 | bool "SolutionEngine7343" |
| 84 | select SOLUTION_ENGINE |
Paul Mundt | 197b58e | 2012-05-24 19:07:18 +0900 | [diff] [blame] | 85 | select GENERIC_IRQ_CHIP |
| 86 | select IRQ_DOMAIN |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 87 | depends on CPU_SUBTYPE_SH7343 |
| 88 | help |
| 89 | Select 7343 SolutionEngine if configuring for a Hitachi |
| 90 | SH7343 (SH-Mobile 3AS) evaluation board. |
| 91 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 92 | config SH_HP6XX |
| 93 | bool "HP6XX" |
| 94 | select SYS_SUPPORTS_APM_EMULATION |
| 95 | select HD6446X_SERIES |
| 96 | depends on CPU_SUBTYPE_SH7709 |
| 97 | help |
| 98 | Select HP6XX if configuring for a HP jornada HP6xx. |
| 99 | More information (hardware only) at |
| 100 | <http://www.hp.com/jornada/>. |
| 101 | |
| 102 | config SH_DREAMCAST |
| 103 | bool "Dreamcast" |
| 104 | select SYS_SUPPORTS_PCI |
| 105 | depends on CPU_SUBTYPE_SH7091 |
| 106 | help |
| 107 | Select Dreamcast if configuring for a SEGA Dreamcast. |
| 108 | More information at <http://www.linux-sh.org> |
| 109 | |
| 110 | config SH_SH03 |
| 111 | bool "Interface CTP/PCI-SH03" |
| 112 | depends on CPU_SUBTYPE_SH7751 |
| 113 | select CPU_HAS_IPR_IRQ |
| 114 | select SYS_SUPPORTS_PCI |
| 115 | help |
| 116 | CTP/PCI-SH03 is a CPU module computer that is produced |
| 117 | by Interface Corporation. |
| 118 | More information at <http://www.interface.co.jp> |
| 119 | |
| 120 | config SH_SECUREEDGE5410 |
| 121 | bool "SecureEdge5410" |
| 122 | depends on CPU_SUBTYPE_SH7751R |
| 123 | select CPU_HAS_IPR_IRQ |
| 124 | select SYS_SUPPORTS_PCI |
| 125 | help |
| 126 | Select SecureEdge5410 if configuring for a SnapGear SH board. |
| 127 | This includes both the OEM SecureEdge products as well as the |
| 128 | SME product line. |
| 129 | |
| 130 | config SH_RTS7751R2D |
| 131 | bool "RTS7751R2D" |
| 132 | depends on CPU_SUBTYPE_SH7751R |
| 133 | select SYS_SUPPORTS_PCI |
Magnus Damm | e6be3a2 | 2009-04-30 12:56:37 +0900 | [diff] [blame] | 134 | select IO_TRAPPED if MMU |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 135 | help |
| 136 | Select RTS7751R2D if configuring for a Renesas Technology |
| 137 | Sales SH-Graphics board. |
| 138 | |
Paul Mundt | ea0aac1 | 2008-12-08 14:32:03 +0900 | [diff] [blame] | 139 | config SH_RSK |
| 140 | bool "Renesas Starter Kit" |
Phil Edworthy | b6397435 | 2012-05-10 09:26:53 +0100 | [diff] [blame] | 141 | depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \ |
| 142 | CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269 |
Paul Mundt | ea0aac1 | 2008-12-08 14:32:03 +0900 | [diff] [blame] | 143 | help |
| 144 | Select this option if configuring for any of the RSK+ MCU |
| 145 | evaluation platforms. |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 146 | |
| 147 | config SH_SDK7780 |
| 148 | bool "SDK7780R3" |
| 149 | depends on CPU_SUBTYPE_SH7780 |
| 150 | select SYS_SUPPORTS_PCI |
| 151 | help |
| 152 | Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 |
| 153 | evaluation board. |
| 154 | |
Paul Mundt | 02bf6cc | 2010-01-14 20:58:58 +0900 | [diff] [blame] | 155 | config SH_SDK7786 |
| 156 | bool "SDK7786" |
| 157 | depends on CPU_SUBTYPE_SH7786 |
Paul Mundt | 7dcaa8e | 2010-01-15 19:13:56 +0900 | [diff] [blame] | 158 | select SYS_SUPPORTS_PCI |
Paul Mundt | 2422397 | 2010-05-25 20:10:24 +0900 | [diff] [blame] | 159 | select NO_IOPORT if !PCI |
Paul Mundt | 47da88f | 2010-10-14 03:04:44 +0900 | [diff] [blame] | 160 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Paul Mundt | d8d6b90 | 2010-10-15 02:13:04 +0900 | [diff] [blame] | 161 | select HAVE_SRAM_POOL |
Paul Mundt | 02bf6cc | 2010-01-14 20:58:58 +0900 | [diff] [blame] | 162 | help |
| 163 | Select SDK7786 if configuring for a Renesas Technology Europe |
| 164 | SH7786-65nm board. |
| 165 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 166 | config SH_HIGHLANDER |
| 167 | bool "Highlander" |
| 168 | depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 |
| 169 | select SYS_SUPPORTS_PCI |
Magnus Damm | e6be3a2 | 2009-04-30 12:56:37 +0900 | [diff] [blame] | 170 | select IO_TRAPPED if MMU |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 171 | |
Yoshihiro Shimoda | 36239c6 | 2010-07-06 04:32:16 +0000 | [diff] [blame] | 172 | config SH_SH7757LCR |
| 173 | bool "SH7757LCR" |
| 174 | depends on CPU_SUBTYPE_SH7757 |
| 175 | select ARCH_REQUIRE_GPIOLIB |
| 176 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 177 | config SH_SH7785LCR |
| 178 | bool "SH7785LCR" |
| 179 | depends on CPU_SUBTYPE_SH7785 |
| 180 | select SYS_SUPPORTS_PCI |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 181 | |
| 182 | config SH_SH7785LCR_29BIT_PHYSMAPS |
| 183 | bool "SH7785LCR 29bit physmaps" |
Yoshihiro Shimoda | df4d4f1 | 2009-03-10 15:50:44 +0900 | [diff] [blame] | 184 | depends on SH_SH7785LCR && 29BIT |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 185 | default y |
| 186 | help |
| 187 | This board has 2 physical memory maps. It can be changed with |
| 188 | DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, |
| 189 | you can access all on-board device in 29bit address mode. |
| 190 | |
Yoshihiro Shimoda | e79d574 | 2009-08-27 13:57:26 +0000 | [diff] [blame] | 191 | config SH_SH7785LCR_PT |
| 192 | bool "SH7785LCR prototype board on 32-bit MMU mode" |
| 193 | depends on SH_SH7785LCR && 32BIT |
| 194 | default n |
| 195 | help |
| 196 | If you use prototype board, this option is enabled. |
| 197 | |
Kuninori Morimoto | 5ac072e | 2009-03-03 16:22:00 +0900 | [diff] [blame] | 198 | config SH_URQUELL |
| 199 | bool "Urquell" |
| 200 | depends on CPU_SUBTYPE_SH7786 |
| 201 | select ARCH_REQUIRE_GPIOLIB |
Paul Mundt | 5713e60 | 2009-06-17 18:20:48 +0900 | [diff] [blame] | 202 | select SYS_SUPPORTS_PCI |
Paul Mundt | 861160b | 2010-05-26 15:58:45 +0900 | [diff] [blame] | 203 | select NO_IOPORT if !PCI |
Kuninori Morimoto | 5ac072e | 2009-03-03 16:22:00 +0900 | [diff] [blame] | 204 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 205 | config SH_MIGOR |
| 206 | bool "Migo-R" |
| 207 | depends on CPU_SUBTYPE_SH7722 |
Magnus Damm | 69edbba | 2008-12-25 18:17:34 +0900 | [diff] [blame] | 208 | select ARCH_REQUIRE_GPIOLIB |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 209 | help |
| 210 | Select Migo-R if configuring for the SH7722 Migo-R platform |
| 211 | by Renesas System Solutions Asia Pte. Ltd. |
| 212 | |
| 213 | config SH_AP325RXA |
| 214 | bool "AP-325RXA" |
| 215 | depends on CPU_SUBTYPE_SH7723 |
Magnus Damm | 69edbba | 2008-12-25 18:17:34 +0900 | [diff] [blame] | 216 | select ARCH_REQUIRE_GPIOLIB |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 217 | help |
| 218 | Renesas "AP-325RXA" support. |
| 219 | Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" |
| 220 | |
Magnus Damm | e7d1651 | 2009-07-22 16:20:54 +0000 | [diff] [blame] | 221 | config SH_KFR2R09 |
| 222 | bool "KFR2R09" |
| 223 | depends on CPU_SUBTYPE_SH7724 |
| 224 | select ARCH_REQUIRE_GPIOLIB |
| 225 | help |
| 226 | "Kit For R2R for 2009" support. |
| 227 | |
Kuninori Morimoto | 4138b74 | 2009-08-19 12:08:33 +0000 | [diff] [blame] | 228 | config SH_ECOVEC |
| 229 | bool "EcoVec" |
| 230 | depends on CPU_SUBTYPE_SH7724 |
| 231 | select ARCH_REQUIRE_GPIOLIB |
Kuninori Morimoto | 064bfad | 2012-04-08 21:19:25 -0700 | [diff] [blame] | 232 | select SND_SOC_DA7210 if SND_SIMPLE_CARD |
Kuninori Morimoto | 4138b74 | 2009-08-19 12:08:33 +0000 | [diff] [blame] | 233 | help |
| 234 | Renesas "R0P7724LC0011/21RL (EcoVec)" support. |
| 235 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 236 | config SH_SH7763RDP |
| 237 | bool "SH7763RDP" |
| 238 | depends on CPU_SUBTYPE_SH7763 |
| 239 | help |
| 240 | Select SH7763RDP if configuring for a Renesas SH7763 |
| 241 | evaluation board. |
| 242 | |
Nobuhiro Iwamatsu | 32910e2 | 2009-03-17 05:54:37 +0000 | [diff] [blame] | 243 | config SH_ESPT |
| 244 | bool "ESPT" |
| 245 | depends on CPU_SUBTYPE_SH7763 |
| 246 | help |
| 247 | Select ESPT if configuring for a Renesas SH7763 |
| 248 | with gigabit ether evaluation board. |
| 249 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 250 | config SH_EDOSK7705 |
| 251 | bool "EDOSK7705" |
| 252 | depends on CPU_SUBTYPE_SH7705 |
| 253 | |
Luca Santini | 3db9170 | 2008-09-08 12:01:15 +0900 | [diff] [blame] | 254 | config SH_EDOSK7760 |
| 255 | bool "EDOSK7760" |
| 256 | depends on CPU_SUBTYPE_SH7760 |
| 257 | help |
| 258 | Select if configuring for a Renesas EDOSK7760 |
| 259 | evaluation board. |
| 260 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 261 | config SH_SH4202_MICRODEV |
| 262 | bool "SH4-202 MicroDev" |
| 263 | depends on CPU_SUBTYPE_SH4_202 |
| 264 | help |
| 265 | Select SH4-202 MicroDev if configuring for a SuperH MicroDev board |
| 266 | with an SH4-202 CPU. |
| 267 | |
| 268 | config SH_LANDISK |
| 269 | bool "LANDISK" |
| 270 | depends on CPU_SUBTYPE_SH7751R |
| 271 | select SYS_SUPPORTS_PCI |
| 272 | help |
| 273 | I-O DATA DEVICE, INC. "LANDISK Series" support. |
| 274 | |
| 275 | config SH_TITAN |
| 276 | bool "TITAN" |
| 277 | depends on CPU_SUBTYPE_SH7751R |
| 278 | select CPU_HAS_IPR_IRQ |
| 279 | select SYS_SUPPORTS_PCI |
| 280 | help |
| 281 | Select Titan if you are configuring for a Nimble Microsystems |
| 282 | NetEngine NP51R. |
| 283 | |
| 284 | config SH_SHMIN |
| 285 | bool "SHMIN" |
| 286 | depends on CPU_SUBTYPE_SH7706 |
| 287 | select CPU_HAS_IPR_IRQ |
| 288 | help |
| 289 | Select SHMIN if configuring for the SHMIN board. |
| 290 | |
| 291 | config SH_LBOX_RE2 |
| 292 | bool "L-BOX RE2" |
| 293 | depends on CPU_SUBTYPE_SH7751R |
| 294 | select SYS_SUPPORTS_PCI |
| 295 | help |
| 296 | Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. |
| 297 | |
| 298 | config SH_X3PROTO |
| 299 | bool "SH-X3 Prototype board" |
| 300 | depends on CPU_SUBTYPE_SHX3 |
Paul Mundt | 861160b | 2010-05-26 15:58:45 +0900 | [diff] [blame] | 301 | select NO_IOPORT if !PCI |
Paul Mundt | b98b358 | 2012-05-24 15:24:39 +0900 | [diff] [blame] | 302 | select IRQ_DOMAIN |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 303 | |
| 304 | config SH_MAGIC_PANEL_R2 |
| 305 | bool "Magic Panel R2" |
| 306 | depends on CPU_SUBTYPE_SH7720 |
Paul Mundt | ae5e6d0 | 2009-01-07 17:16:25 +0900 | [diff] [blame] | 307 | select ARCH_REQUIRE_GPIOLIB |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 308 | help |
| 309 | Select Magic Panel R2 if configuring for Magic Panel R2. |
| 310 | |
| 311 | config SH_CAYMAN |
| 312 | bool "Hitachi Cayman" |
| 313 | depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 |
| 314 | select SYS_SUPPORTS_PCI |
| 315 | |
Steve Glendinning | eaeed5d | 2009-03-20 14:16:29 +0000 | [diff] [blame] | 316 | config SH_POLARIS |
| 317 | bool "SMSC Polaris" |
| 318 | select CPU_HAS_IPR_IRQ |
| 319 | depends on CPU_SUBTYPE_SH7709 |
| 320 | help |
| 321 | Select if configuring for an SMSC Polaris development board |
| 322 | |
Hitoshi Mitake | 3a59826 | 2010-06-21 15:10:51 +0900 | [diff] [blame] | 323 | config SH_SH2007 |
| 324 | bool "SH-2007 board" |
| 325 | select NO_IOPORT |
| 326 | depends on CPU_SUBTYPE_SH7780 |
| 327 | help |
| 328 | SH-2007 is a single-board computer based around SH7780 chip |
| 329 | intended for embedded applications. |
| 330 | It has an Ethernet interface (SMC9118), direct connected |
| 331 | Compact Flash socket, two serial ports and PC-104 bus. |
| 332 | More information at <http://sh2000.sh-linux.org>. |
| 333 | |
Paul Mundt | bc34b08 | 2011-01-13 18:32:42 +0900 | [diff] [blame] | 334 | config SH_APSH4A3A |
| 335 | bool "AP-SH4A-3A" |
| 336 | select SH_ALPHA_BOARD |
| 337 | depends on CPU_SUBTYPE_SH7785 |
| 338 | help |
| 339 | Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A. |
| 340 | |
Paul Mundt | 8a453ca | 2011-01-13 18:36:21 +0900 | [diff] [blame] | 341 | config SH_APSH4AD0A |
| 342 | bool "AP-SH4AD-0A" |
| 343 | select SH_ALPHA_BOARD |
| 344 | select SYS_SUPPORTS_PCI |
| 345 | depends on CPU_SUBTYPE_SH7786 |
| 346 | help |
| 347 | Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A. |
| 348 | |
Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 349 | source "arch/sh/boards/mach-r2d/Kconfig" |
| 350 | source "arch/sh/boards/mach-highlander/Kconfig" |
| 351 | source "arch/sh/boards/mach-sdk7780/Kconfig" |
| 352 | source "arch/sh/boards/mach-migor/Kconfig" |
Paul Mundt | ea0aac1 | 2008-12-08 14:32:03 +0900 | [diff] [blame] | 353 | source "arch/sh/boards/mach-rsk/Kconfig" |
Paul Mundt | c8b5d9d | 2008-07-30 00:13:39 +0900 | [diff] [blame] | 354 | |
| 355 | if SH_MAGIC_PANEL_R2 |
| 356 | |
| 357 | menu "Magic Panel R2 options" |
| 358 | |
| 359 | config SH_MAGIC_PANEL_R2_VERSION |
| 360 | int SH_MAGIC_PANEL_R2_VERSION |
| 361 | default "3" |
| 362 | help |
| 363 | Set the version of the Magic Panel R2 |
| 364 | |
| 365 | endmenu |
| 366 | |
| 367 | endif |
Stuart Menefy | 9e7f60a | 2012-04-19 17:29:38 +0900 | [diff] [blame] | 368 | |
| 369 | endmenu |