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. help
  121. Select this option if configuring for any of the RSK+ MCU
  122. evaluation platforms.
  123. config SH_SDK7780
  124. bool "SDK7780R3"
  125. depends on CPU_SUBTYPE_SH7780
  126. select SYS_SUPPORTS_PCI
  127. help
  128. Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
  129. evaluation board.
  130. config SH_SDK7786
  131. bool "SDK7786"
  132. depends on CPU_SUBTYPE_SH7786
  133. select SYS_SUPPORTS_PCI
  134. select NO_IOPORT if !PCI
  135. select ARCH_WANT_OPTIONAL_GPIOLIB
  136. select HAVE_SRAM_POOL
  137. help
  138. Select SDK7786 if configuring for a Renesas Technology Europe
  139. SH7786-65nm board.
  140. config SH_HIGHLANDER
  141. bool "Highlander"
  142. depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
  143. select SYS_SUPPORTS_PCI
  144. select IO_TRAPPED if MMU
  145. config SH_SH7757LCR
  146. bool "SH7757LCR"
  147. depends on CPU_SUBTYPE_SH7757
  148. select ARCH_REQUIRE_GPIOLIB
  149. config SH_SH7785LCR
  150. bool "SH7785LCR"
  151. depends on CPU_SUBTYPE_SH7785
  152. select SYS_SUPPORTS_PCI
  153. config SH_SH7785LCR_29BIT_PHYSMAPS
  154. bool "SH7785LCR 29bit physmaps"
  155. depends on SH_SH7785LCR && 29BIT
  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. config SH_SH7785LCR_PT
  162. bool "SH7785LCR prototype board on 32-bit MMU mode"
  163. depends on SH_SH7785LCR && 32BIT
  164. default n
  165. help
  166. If you use prototype board, this option is enabled.
  167. config SH_URQUELL
  168. bool "Urquell"
  169. depends on CPU_SUBTYPE_SH7786
  170. select ARCH_REQUIRE_GPIOLIB
  171. select SYS_SUPPORTS_PCI
  172. select NO_IOPORT if !PCI
  173. config SH_MIGOR
  174. bool "Migo-R"
  175. depends on CPU_SUBTYPE_SH7722
  176. select ARCH_REQUIRE_GPIOLIB
  177. help
  178. Select Migo-R if configuring for the SH7722 Migo-R platform
  179. by Renesas System Solutions Asia Pte. Ltd.
  180. config SH_AP325RXA
  181. bool "AP-325RXA"
  182. depends on CPU_SUBTYPE_SH7723
  183. select ARCH_REQUIRE_GPIOLIB
  184. help
  185. Renesas "AP-325RXA" support.
  186. Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
  187. config SH_KFR2R09
  188. bool "KFR2R09"
  189. depends on CPU_SUBTYPE_SH7724
  190. select ARCH_REQUIRE_GPIOLIB
  191. help
  192. "Kit For R2R for 2009" support.
  193. config SH_ECOVEC
  194. bool "EcoVec"
  195. depends on CPU_SUBTYPE_SH7724
  196. select ARCH_REQUIRE_GPIOLIB
  197. help
  198. Renesas "R0P7724LC0011/21RL (EcoVec)" support.
  199. config SH_SH7763RDP
  200. bool "SH7763RDP"
  201. depends on CPU_SUBTYPE_SH7763
  202. help
  203. Select SH7763RDP if configuring for a Renesas SH7763
  204. evaluation board.
  205. config SH_ESPT
  206. bool "ESPT"
  207. depends on CPU_SUBTYPE_SH7763
  208. help
  209. Select ESPT if configuring for a Renesas SH7763
  210. with gigabit ether evaluation board.
  211. config SH_EDOSK7705
  212. bool "EDOSK7705"
  213. depends on CPU_SUBTYPE_SH7705
  214. config SH_EDOSK7760
  215. bool "EDOSK7760"
  216. depends on CPU_SUBTYPE_SH7760
  217. help
  218. Select if configuring for a Renesas EDOSK7760
  219. evaluation board.
  220. config SH_SH4202_MICRODEV
  221. bool "SH4-202 MicroDev"
  222. depends on CPU_SUBTYPE_SH4_202
  223. help
  224. Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
  225. with an SH4-202 CPU.
  226. config SH_LANDISK
  227. bool "LANDISK"
  228. depends on CPU_SUBTYPE_SH7751R
  229. select SYS_SUPPORTS_PCI
  230. help
  231. I-O DATA DEVICE, INC. "LANDISK Series" support.
  232. config SH_TITAN
  233. bool "TITAN"
  234. depends on CPU_SUBTYPE_SH7751R
  235. select CPU_HAS_IPR_IRQ
  236. select SYS_SUPPORTS_PCI
  237. help
  238. Select Titan if you are configuring for a Nimble Microsystems
  239. NetEngine NP51R.
  240. config SH_SHMIN
  241. bool "SHMIN"
  242. depends on CPU_SUBTYPE_SH7706
  243. select CPU_HAS_IPR_IRQ
  244. help
  245. Select SHMIN if configuring for the SHMIN board.
  246. config SH_LBOX_RE2
  247. bool "L-BOX RE2"
  248. depends on CPU_SUBTYPE_SH7751R
  249. select SYS_SUPPORTS_PCI
  250. help
  251. Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
  252. config SH_X3PROTO
  253. bool "SH-X3 Prototype board"
  254. depends on CPU_SUBTYPE_SHX3
  255. select NO_IOPORT if !PCI
  256. config SH_MAGIC_PANEL_R2
  257. bool "Magic Panel R2"
  258. depends on CPU_SUBTYPE_SH7720
  259. select ARCH_REQUIRE_GPIOLIB
  260. help
  261. Select Magic Panel R2 if configuring for Magic Panel R2.
  262. config SH_CAYMAN
  263. bool "Hitachi Cayman"
  264. depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
  265. select SYS_SUPPORTS_PCI
  266. config SH_POLARIS
  267. bool "SMSC Polaris"
  268. select CPU_HAS_IPR_IRQ
  269. depends on CPU_SUBTYPE_SH7709
  270. help
  271. Select if configuring for an SMSC Polaris development board
  272. config SH_SH2007
  273. bool "SH-2007 board"
  274. select NO_IOPORT
  275. depends on CPU_SUBTYPE_SH7780
  276. help
  277. SH-2007 is a single-board computer based around SH7780 chip
  278. intended for embedded applications.
  279. It has an Ethernet interface (SMC9118), direct connected
  280. Compact Flash socket, two serial ports and PC-104 bus.
  281. More information at <http://sh2000.sh-linux.org>.
  282. config SH_APSH4A3A
  283. bool "AP-SH4A-3A"
  284. select SH_ALPHA_BOARD
  285. depends on CPU_SUBTYPE_SH7785
  286. help
  287. Select AP-SH4A-3A if configuring for an ALPHAPROJECT AP-SH4A-3A.
  288. config SH_APSH4AD0A
  289. bool "AP-SH4AD-0A"
  290. select SH_ALPHA_BOARD
  291. select SYS_SUPPORTS_PCI
  292. depends on CPU_SUBTYPE_SH7786
  293. help
  294. Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
  295. endmenu
  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