Kconfig 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. menu "Board support"
  2. config SOLUTION_ENGINE
  3. bool
  4. config SH_ALPHA_BOARD
  5. bool
  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. config SH_7206_SOLUTION_ENGINE
  17. bool "SolutionEngine7206"
  18. select SOLUTION_ENGINE
  19. depends on CPU_SUBTYPE_SH7206
  20. help
  21. Select 7206 SolutionEngine if configuring for a Hitachi SH7206
  22. evaluation board.
  23. config SH_7619_SOLUTION_ENGINE
  24. bool "SolutionEngine7619"
  25. select SOLUTION_ENGINE
  26. depends on CPU_SUBTYPE_SH7619
  27. help
  28. Select 7619 SolutionEngine if configuring for a Hitachi SH7619
  29. evaluation board.
  30. config SH_7721_SOLUTION_ENGINE
  31. bool "SolutionEngine7721"
  32. select SOLUTION_ENGINE
  33. depends on CPU_SUBTYPE_SH7721
  34. help
  35. Select 7721 SolutionEngine if configuring for a Hitachi SH7721
  36. evaluation board.
  37. config SH_7722_SOLUTION_ENGINE
  38. bool "SolutionEngine7722"
  39. select SOLUTION_ENGINE
  40. depends on CPU_SUBTYPE_SH7722
  41. help
  42. Select 7722 SolutionEngine if configuring for a Hitachi SH772
  43. evaluation board.
  44. config SH_7724_SOLUTION_ENGINE
  45. bool "SolutionEngine7724"
  46. select SOLUTION_ENGINE
  47. depends on CPU_SUBTYPE_SH7724
  48. select ARCH_REQUIRE_GPIOLIB
  49. help
  50. Select 7724 SolutionEngine if configuring for a Hitachi SH7724
  51. evaluation board.
  52. config SH_7751_SOLUTION_ENGINE
  53. bool "SolutionEngine7751"
  54. select SOLUTION_ENGINE
  55. select CPU_HAS_IPR_IRQ
  56. depends on CPU_SUBTYPE_SH7751
  57. help
  58. Select 7751 SolutionEngine if configuring for a Hitachi SH7751
  59. evaluation board.
  60. config SH_7780_SOLUTION_ENGINE
  61. bool "SolutionEngine7780"
  62. select SOLUTION_ENGINE
  63. select SYS_SUPPORTS_PCI
  64. depends on CPU_SUBTYPE_SH7780
  65. help
  66. Select 7780 SolutionEngine if configuring for a Renesas SH7780
  67. evaluation board.
  68. config SH_7343_SOLUTION_ENGINE
  69. bool "SolutionEngine7343"
  70. select SOLUTION_ENGINE
  71. depends on CPU_SUBTYPE_SH7343
  72. help
  73. Select 7343 SolutionEngine if configuring for a Hitachi
  74. SH7343 (SH-Mobile 3AS) evaluation board.
  75. config SH_HP6XX
  76. bool "HP6XX"
  77. select SYS_SUPPORTS_APM_EMULATION
  78. select HD6446X_SERIES
  79. depends on CPU_SUBTYPE_SH7709
  80. help
  81. Select HP6XX if configuring for a HP jornada HP6xx.
  82. More information (hardware only) at
  83. <http://www.hp.com/jornada/>.
  84. config SH_DREAMCAST
  85. bool "Dreamcast"
  86. select SYS_SUPPORTS_PCI
  87. depends on CPU_SUBTYPE_SH7091
  88. help
  89. Select Dreamcast if configuring for a SEGA Dreamcast.
  90. More information at <http://www.linux-sh.org>
  91. config SH_SH03
  92. bool "Interface CTP/PCI-SH03"
  93. depends on CPU_SUBTYPE_SH7751
  94. select CPU_HAS_IPR_IRQ
  95. select SYS_SUPPORTS_PCI
  96. help
  97. CTP/PCI-SH03 is a CPU module computer that is produced
  98. by Interface Corporation.
  99. More information at <http://www.interface.co.jp>
  100. config SH_SECUREEDGE5410
  101. bool "SecureEdge5410"
  102. depends on CPU_SUBTYPE_SH7751R
  103. select CPU_HAS_IPR_IRQ
  104. select SYS_SUPPORTS_PCI
  105. help
  106. Select SecureEdge5410 if configuring for a SnapGear SH board.
  107. This includes both the OEM SecureEdge products as well as the
  108. SME product line.
  109. config SH_RTS7751R2D
  110. bool "RTS7751R2D"
  111. depends on CPU_SUBTYPE_SH7751R
  112. select SYS_SUPPORTS_PCI
  113. select IO_TRAPPED if MMU
  114. help
  115. Select RTS7751R2D if configuring for a Renesas Technology
  116. Sales SH-Graphics board.
  117. config SH_RSK
  118. bool "Renesas Starter Kit"
  119. depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \
  120. CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269
  121. help
  122. Select this option if configuring for any of the RSK+ MCU
  123. evaluation platforms.
  124. config SH_SDK7780
  125. bool "SDK7780R3"
  126. depends on CPU_SUBTYPE_SH7780
  127. select SYS_SUPPORTS_PCI
  128. help
  129. Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
  130. evaluation board.
  131. config SH_SDK7786
  132. bool "SDK7786"
  133. depends on CPU_SUBTYPE_SH7786
  134. select SYS_SUPPORTS_PCI
  135. select NO_IOPORT if !PCI
  136. select ARCH_WANT_OPTIONAL_GPIOLIB
  137. select HAVE_SRAM_POOL
  138. help
  139. Select SDK7786 if configuring for a Renesas Technology Europe
  140. SH7786-65nm board.
  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 if MMU
  146. config SH_SH7757LCR
  147. bool "SH7757LCR"
  148. depends on CPU_SUBTYPE_SH7757
  149. select ARCH_REQUIRE_GPIOLIB
  150. config SH_SH7785LCR
  151. bool "SH7785LCR"
  152. depends on CPU_SUBTYPE_SH7785
  153. select SYS_SUPPORTS_PCI
  154. config SH_SH7785LCR_29BIT_PHYSMAPS
  155. bool "SH7785LCR 29bit physmaps"
  156. depends on SH_SH7785LCR && 29BIT
  157. default y
  158. help
  159. This board has 2 physical memory maps. It can be changed with
  160. DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
  161. you can access all on-board device in 29bit address mode.
  162. config SH_SH7785LCR_PT
  163. bool "SH7785LCR prototype board on 32-bit MMU mode"
  164. depends on SH_SH7785LCR && 32BIT
  165. default n
  166. help
  167. If you use prototype board, this option is enabled.
  168. config SH_URQUELL
  169. bool "Urquell"
  170. depends on CPU_SUBTYPE_SH7786
  171. select ARCH_REQUIRE_GPIOLIB
  172. select SYS_SUPPORTS_PCI
  173. select NO_IOPORT if !PCI
  174. config SH_MIGOR
  175. bool "Migo-R"
  176. depends on CPU_SUBTYPE_SH7722
  177. select ARCH_REQUIRE_GPIOLIB
  178. help
  179. Select Migo-R if configuring for the SH7722 Migo-R platform
  180. by Renesas System Solutions Asia Pte. Ltd.
  181. config SH_AP325RXA
  182. bool "AP-325RXA"
  183. depends on CPU_SUBTYPE_SH7723
  184. select ARCH_REQUIRE_GPIOLIB
  185. help
  186. Renesas "AP-325RXA" support.
  187. Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
  188. config SH_KFR2R09
  189. bool "KFR2R09"
  190. depends on CPU_SUBTYPE_SH7724
  191. select ARCH_REQUIRE_GPIOLIB
  192. help
  193. "Kit For R2R for 2009" support.
  194. config SH_ECOVEC
  195. bool "EcoVec"
  196. depends on CPU_SUBTYPE_SH7724
  197. select ARCH_REQUIRE_GPIOLIB
  198. help
  199. Renesas "R0P7724LC0011/21RL (EcoVec)" support.
  200. config SH_SH7763RDP
  201. bool "SH7763RDP"
  202. depends on CPU_SUBTYPE_SH7763
  203. help
  204. Select SH7763RDP if configuring for a Renesas SH7763
  205. evaluation board.
  206. config SH_ESPT
  207. bool "ESPT"
  208. depends on CPU_SUBTYPE_SH7763
  209. help
  210. Select ESPT if configuring for a Renesas SH7763
  211. with gigabit ether evaluation board.
  212. config SH_EDOSK7705
  213. bool "EDOSK7705"
  214. depends on CPU_SUBTYPE_SH7705
  215. config SH_EDOSK7760
  216. bool "EDOSK7760"
  217. depends on CPU_SUBTYPE_SH7760
  218. help
  219. Select if configuring for a Renesas EDOSK7760
  220. evaluation board.
  221. config SH_SH4202_MICRODEV
  222. bool "SH4-202 MicroDev"
  223. depends on CPU_SUBTYPE_SH4_202
  224. help
  225. Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
  226. with an SH4-202 CPU.
  227. config SH_LANDISK
  228. bool "LANDISK"
  229. depends on CPU_SUBTYPE_SH7751R
  230. select SYS_SUPPORTS_PCI
  231. help
  232. I-O DATA DEVICE, INC. "LANDISK Series" support.
  233. config SH_TITAN
  234. bool "TITAN"
  235. depends on CPU_SUBTYPE_SH7751R
  236. select CPU_HAS_IPR_IRQ
  237. select SYS_SUPPORTS_PCI
  238. help
  239. Select Titan if you are configuring for a Nimble Microsystems
  240. NetEngine NP51R.
  241. config SH_SHMIN
  242. bool "SHMIN"
  243. depends on CPU_SUBTYPE_SH7706
  244. select CPU_HAS_IPR_IRQ
  245. help
  246. Select SHMIN if configuring for the SHMIN board.
  247. config SH_LBOX_RE2
  248. bool "L-BOX RE2"
  249. depends on CPU_SUBTYPE_SH7751R
  250. select SYS_SUPPORTS_PCI
  251. help
  252. Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
  253. config SH_X3PROTO
  254. bool "SH-X3 Prototype board"
  255. depends on CPU_SUBTYPE_SHX3
  256. select NO_IOPORT if !PCI
  257. config SH_MAGIC_PANEL_R2
  258. bool "Magic Panel R2"
  259. depends on CPU_SUBTYPE_SH7720
  260. select ARCH_REQUIRE_GPIOLIB
  261. help
  262. Select Magic Panel R2 if configuring for Magic Panel R2.
  263. config SH_CAYMAN
  264. bool "Hitachi Cayman"
  265. depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
  266. select SYS_SUPPORTS_PCI
  267. config SH_POLARIS
  268. bool "SMSC Polaris"
  269. select CPU_HAS_IPR_IRQ
  270. depends on CPU_SUBTYPE_SH7709
  271. help
  272. Select if configuring for an SMSC Polaris development board
  273. config SH_SH2007
  274. bool "SH-2007 board"
  275. select NO_IOPORT
  276. depends on CPU_SUBTYPE_SH7780
  277. help
  278. SH-2007 is a single-board computer based around SH7780 chip
  279. intended for embedded applications.
  280. It has an Ethernet interface (SMC9118), direct connected
  281. Compact Flash socket, two serial ports and PC-104 bus.
  282. More information at <http://sh2000.sh-linux.org>.
  283. config SH_APSH4A3A
  284. bool "AP-SH4A-3A"
  285. select SH_ALPHA_BOARD
  286. depends on CPU_SUBTYPE_SH7785
  287. help
  288. Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
  289. config SH_APSH4AD0A
  290. bool "AP-SH4AD-0A"
  291. select SH_ALPHA_BOARD
  292. select SYS_SUPPORTS_PCI
  293. depends on CPU_SUBTYPE_SH7786
  294. help
  295. Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
  296. source "arch/sh/boards/mach-r2d/Kconfig"
  297. source "arch/sh/boards/mach-highlander/Kconfig"
  298. source "arch/sh/boards/mach-sdk7780/Kconfig"
  299. source "arch/sh/boards/mach-migor/Kconfig"
  300. source "arch/sh/boards/mach-rsk/Kconfig"
  301. if SH_MAGIC_PANEL_R2
  302. menu "Magic Panel R2 options"
  303. config SH_MAGIC_PANEL_R2_VERSION
  304. int SH_MAGIC_PANEL_R2_VERSION
  305. default "3"
  306. help
  307. Set the version of the Magic Panel R2
  308. endmenu
  309. endif
  310. endmenu