Kconfig 7.2 KB

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