| Paul Mundt | 939a24a | 2008-07-29 21:41:37 +0900 | [diff] [blame] | 1 | menu "Board support" | 
 | 2 |  | 
 | 3 | config SOLUTION_ENGINE | 
 | 4 | 	bool | 
 | 5 |  | 
 | 6 | config SH_SOLUTION_ENGINE | 
 | 7 | 	bool "SolutionEngine" | 
 | 8 | 	select SOLUTION_ENGINE | 
 | 9 | 	select CPU_HAS_IPR_IRQ | 
 | 10 | 	depends on CPU_SUBTYPE_SH7705 || CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7710 || \ | 
 | 11 | 	  CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7750S || \ | 
 | 12 | 	  CPU_SUBTYPE_SH7750R  | 
 | 13 | 	help | 
 | 14 | 	  Select SolutionEngine if configuring for a Hitachi SH7705, SH7709, | 
 | 15 | 	  SH7710, SH7712, SH7750, SH7750S or SH7750R evaluation board. | 
 | 16 |  | 
 | 17 | config SH_7206_SOLUTION_ENGINE | 
 | 18 | 	bool "SolutionEngine7206" | 
 | 19 | 	select SOLUTION_ENGINE | 
 | 20 | 	depends on CPU_SUBTYPE_SH7206 | 
 | 21 | 	help | 
 | 22 | 	  Select 7206 SolutionEngine if configuring for a Hitachi SH7206 | 
 | 23 | 	  evaluation board. | 
 | 24 |  | 
 | 25 | config SH_7619_SOLUTION_ENGINE | 
 | 26 | 	bool "SolutionEngine7619" | 
 | 27 | 	select SOLUTION_ENGINE | 
 | 28 | 	depends on CPU_SUBTYPE_SH7619 | 
 | 29 | 	help | 
 | 30 | 	  Select 7619 SolutionEngine if configuring for a Hitachi SH7619 | 
 | 31 | 	  evaluation board. | 
 | 32 | 	 | 
 | 33 | config SH_7721_SOLUTION_ENGINE | 
 | 34 | 	bool "SolutionEngine7721" | 
 | 35 | 	select SOLUTION_ENGINE | 
 | 36 | 	depends on CPU_SUBTYPE_SH7721 | 
 | 37 | 	help | 
 | 38 | 	  Select 7721 SolutionEngine if configuring for a Hitachi SH7721 | 
 | 39 | 	  evaluation board. | 
 | 40 |  | 
 | 41 | config SH_7722_SOLUTION_ENGINE | 
 | 42 | 	bool "SolutionEngine7722" | 
 | 43 | 	select SOLUTION_ENGINE | 
 | 44 | 	depends on CPU_SUBTYPE_SH7722 | 
 | 45 | 	help | 
 | 46 | 	  Select 7722 SolutionEngine if configuring for a Hitachi SH772 | 
 | 47 | 	  evaluation board. | 
 | 48 |  | 
 | 49 | config SH_7751_SOLUTION_ENGINE | 
 | 50 | 	bool "SolutionEngine7751" | 
 | 51 | 	select SOLUTION_ENGINE | 
 | 52 | 	select CPU_HAS_IPR_IRQ | 
 | 53 | 	depends on CPU_SUBTYPE_SH7751 | 
 | 54 | 	help | 
 | 55 | 	  Select 7751 SolutionEngine if configuring for a Hitachi SH7751 | 
 | 56 | 	  evaluation board. | 
 | 57 | 	   | 
 | 58 | config SH_7780_SOLUTION_ENGINE | 
 | 59 | 	bool "SolutionEngine7780" | 
 | 60 | 	select SOLUTION_ENGINE | 
 | 61 | 	select SYS_SUPPORTS_PCI | 
 | 62 | 	depends on CPU_SUBTYPE_SH7780 | 
 | 63 | 	help | 
 | 64 | 	  Select 7780 SolutionEngine if configuring for a Renesas SH7780 | 
 | 65 | 	  evaluation board. | 
 | 66 |  | 
 | 67 | config SH_7343_SOLUTION_ENGINE | 
 | 68 | 	bool "SolutionEngine7343" | 
 | 69 | 	select SOLUTION_ENGINE | 
 | 70 | 	depends on CPU_SUBTYPE_SH7343 | 
 | 71 | 	help | 
 | 72 | 	  Select 7343 SolutionEngine if configuring for a Hitachi | 
 | 73 | 	  SH7343 (SH-Mobile 3AS) evaluation board. | 
 | 74 |  | 
 | 75 | config SH_7751_SYSTEMH | 
 | 76 | 	bool "SystemH7751R" | 
 | 77 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 78 | 	help | 
 | 79 | 	  Select SystemH if you are configuring for a Renesas SystemH | 
 | 80 | 	  7751R evaluation board. | 
 | 81 |  | 
 | 82 | config SH_HP6XX | 
 | 83 | 	bool "HP6XX" | 
 | 84 | 	select SYS_SUPPORTS_APM_EMULATION | 
 | 85 | 	select HD6446X_SERIES | 
 | 86 | 	depends on CPU_SUBTYPE_SH7709 | 
 | 87 | 	help | 
 | 88 | 	  Select HP6XX if configuring for a HP jornada HP6xx. | 
 | 89 | 	  More information (hardware only) at | 
 | 90 | 	  <http://www.hp.com/jornada/>. | 
 | 91 |  | 
 | 92 | config SH_DREAMCAST | 
 | 93 | 	bool "Dreamcast" | 
 | 94 | 	select SYS_SUPPORTS_PCI | 
 | 95 | 	depends on CPU_SUBTYPE_SH7091 | 
 | 96 | 	help | 
 | 97 | 	  Select Dreamcast if configuring for a SEGA Dreamcast. | 
 | 98 | 	  More information at <http://www.linux-sh.org> | 
 | 99 |  | 
 | 100 | config SH_SH03 | 
 | 101 | 	bool "Interface CTP/PCI-SH03" | 
 | 102 | 	depends on CPU_SUBTYPE_SH7751 | 
 | 103 | 	select CPU_HAS_IPR_IRQ | 
 | 104 | 	select SYS_SUPPORTS_PCI | 
 | 105 | 	help | 
 | 106 | 	  CTP/PCI-SH03 is a CPU module computer that is produced | 
 | 107 | 	  by Interface Corporation. | 
 | 108 | 	  More information at <http://www.interface.co.jp> | 
 | 109 |  | 
 | 110 | config SH_SECUREEDGE5410 | 
 | 111 | 	bool "SecureEdge5410" | 
 | 112 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 113 | 	select CPU_HAS_IPR_IRQ | 
 | 114 | 	select SYS_SUPPORTS_PCI | 
 | 115 | 	help | 
 | 116 | 	  Select SecureEdge5410 if configuring for a SnapGear SH board. | 
 | 117 | 	  This includes both the OEM SecureEdge products as well as the | 
 | 118 | 	  SME product line. | 
 | 119 |  | 
 | 120 | config SH_RTS7751R2D | 
 | 121 | 	bool "RTS7751R2D" | 
 | 122 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 123 | 	select SYS_SUPPORTS_PCI | 
 | 124 | 	select IO_TRAPPED | 
 | 125 | 	help | 
 | 126 | 	  Select RTS7751R2D if configuring for a Renesas Technology | 
 | 127 | 	  Sales SH-Graphics board. | 
 | 128 |  | 
 | 129 | config SH_RSK7203 | 
 | 130 | 	bool "RSK7203" | 
 | 131 | 	depends on CPU_SUBTYPE_SH7203 | 
 | 132 |  | 
 | 133 | config SH_SDK7780 | 
 | 134 | 	bool "SDK7780R3" | 
 | 135 | 	depends on CPU_SUBTYPE_SH7780 | 
 | 136 | 	select SYS_SUPPORTS_PCI | 
 | 137 | 	help | 
 | 138 | 	  Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3 | 
 | 139 | 	  evaluation board. | 
 | 140 |  | 
 | 141 | config SH_HIGHLANDER | 
 | 142 | 	bool "Highlander" | 
 | 143 | 	depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785 | 
 | 144 | 	select SYS_SUPPORTS_PCI | 
 | 145 | 	select IO_TRAPPED | 
 | 146 |  | 
 | 147 | config SH_SH7785LCR | 
 | 148 | 	bool "SH7785LCR" | 
 | 149 | 	depends on CPU_SUBTYPE_SH7785 | 
 | 150 | 	select SYS_SUPPORTS_PCI | 
 | 151 | 	select IO_TRAPPED | 
 | 152 |  | 
 | 153 | config SH_SH7785LCR_29BIT_PHYSMAPS | 
 | 154 | 	bool "SH7785LCR 29bit physmaps" | 
 | 155 | 	depends on SH_SH7785LCR | 
 | 156 | 	default y | 
 | 157 | 	help | 
 | 158 | 	  This board has 2 physical memory maps. It can be changed with | 
 | 159 | 	  DIP switch(S2-5). If you set the DIP switch for S2-5 = ON, | 
 | 160 | 	  you can access all on-board device in 29bit address mode. | 
 | 161 |  | 
 | 162 | config SH_MIGOR | 
 | 163 | 	bool "Migo-R" | 
 | 164 | 	depends on CPU_SUBTYPE_SH7722 | 
 | 165 | 	help | 
 | 166 | 	  Select Migo-R if configuring for the SH7722 Migo-R platform | 
 | 167 |           by Renesas System Solutions Asia Pte. Ltd. | 
 | 168 |  | 
 | 169 | config SH_AP325RXA | 
 | 170 | 	bool "AP-325RXA" | 
 | 171 | 	depends on CPU_SUBTYPE_SH7723 | 
 | 172 | 	help | 
 | 173 | 	  Renesas "AP-325RXA" support. | 
 | 174 | 	  Compatible with ALGO SYSTEM CO.,LTD. "AP-320A" | 
 | 175 |  | 
 | 176 | config SH_SH7763RDP | 
 | 177 | 	bool "SH7763RDP" | 
 | 178 | 	depends on CPU_SUBTYPE_SH7763 | 
 | 179 | 	help | 
 | 180 | 	  Select SH7763RDP if configuring for a Renesas SH7763 | 
 | 181 | 	  evaluation board. | 
 | 182 |  | 
 | 183 | config SH_EDOSK7705 | 
 | 184 | 	bool "EDOSK7705" | 
 | 185 | 	depends on CPU_SUBTYPE_SH7705 | 
 | 186 |  | 
 | 187 | config SH_SH4202_MICRODEV | 
 | 188 | 	bool "SH4-202 MicroDev" | 
 | 189 | 	depends on CPU_SUBTYPE_SH4_202 | 
 | 190 | 	help | 
 | 191 | 	  Select SH4-202 MicroDev if configuring for a SuperH MicroDev board | 
 | 192 | 	  with an SH4-202 CPU. | 
 | 193 |  | 
 | 194 | config SH_LANDISK | 
 | 195 | 	bool "LANDISK" | 
 | 196 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 197 | 	select SYS_SUPPORTS_PCI | 
 | 198 | 	help | 
 | 199 | 	  I-O DATA DEVICE, INC. "LANDISK Series" support. | 
 | 200 |  | 
 | 201 | config SH_TITAN | 
 | 202 | 	bool "TITAN" | 
 | 203 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 204 | 	select CPU_HAS_IPR_IRQ | 
 | 205 | 	select SYS_SUPPORTS_PCI | 
 | 206 | 	help | 
 | 207 | 	  Select Titan if you are configuring for a Nimble Microsystems | 
 | 208 | 	  NetEngine NP51R. | 
 | 209 |  | 
 | 210 | config SH_SHMIN | 
 | 211 | 	bool "SHMIN" | 
 | 212 | 	depends on CPU_SUBTYPE_SH7706 | 
 | 213 | 	select CPU_HAS_IPR_IRQ | 
 | 214 | 	help | 
 | 215 | 	  Select SHMIN if configuring for the SHMIN board. | 
 | 216 |  | 
 | 217 | config SH_LBOX_RE2 | 
 | 218 | 	bool "L-BOX RE2" | 
 | 219 | 	depends on CPU_SUBTYPE_SH7751R | 
 | 220 | 	select SYS_SUPPORTS_PCI | 
 | 221 | 	help | 
 | 222 | 	  Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2. | 
 | 223 |  | 
 | 224 | config SH_X3PROTO | 
 | 225 | 	bool "SH-X3 Prototype board" | 
 | 226 | 	depends on CPU_SUBTYPE_SHX3 | 
 | 227 |  | 
 | 228 | config SH_MAGIC_PANEL_R2 | 
 | 229 | 	bool "Magic Panel R2" | 
 | 230 | 	depends on CPU_SUBTYPE_SH7720 | 
 | 231 | 	help | 
 | 232 | 	  Select Magic Panel R2 if configuring for Magic Panel R2. | 
 | 233 |  | 
 | 234 | config SH_CAYMAN | 
 | 235 | 	bool "Hitachi Cayman" | 
 | 236 | 	depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103 | 
 | 237 | 	select SYS_SUPPORTS_PCI | 
 | 238 |  | 
 | 239 | endmenu | 
 | 240 |  | 
 | 241 | source "arch/sh/boards/mach-r2d/Kconfig" | 
 | 242 | source "arch/sh/boards/mach-highlander/Kconfig" | 
 | 243 | source "arch/sh/boards/mach-sdk7780/Kconfig" | 
 | 244 | source "arch/sh/boards/mach-migor/Kconfig" | 
| Paul Mundt | c8b5d9d | 2008-07-30 00:13:39 +0900 | [diff] [blame] | 245 |  | 
 | 246 | if SH_MAGIC_PANEL_R2 | 
 | 247 |  | 
 | 248 | menu "Magic Panel R2 options" | 
 | 249 |  | 
 | 250 | config SH_MAGIC_PANEL_R2_VERSION | 
 | 251 | 	int SH_MAGIC_PANEL_R2_VERSION | 
 | 252 | 	default "3" | 
 | 253 | 	help | 
 | 254 | 	  Set the version of the Magic Panel R2 | 
 | 255 |  | 
 | 256 | endmenu | 
 | 257 |  | 
 | 258 | endif |