Kconfig 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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_7751_SOLUTION_ENGINE
  43. bool "SolutionEngine7751"
  44. select SOLUTION_ENGINE
  45. select CPU_HAS_IPR_IRQ
  46. depends on CPU_SUBTYPE_SH7751
  47. help
  48. Select 7751 SolutionEngine if configuring for a Hitachi SH7751
  49. evaluation board.
  50. config SH_7780_SOLUTION_ENGINE
  51. bool "SolutionEngine7780"
  52. select SOLUTION_ENGINE
  53. select SYS_SUPPORTS_PCI
  54. depends on CPU_SUBTYPE_SH7780
  55. help
  56. Select 7780 SolutionEngine if configuring for a Renesas SH7780
  57. evaluation board.
  58. config SH_7343_SOLUTION_ENGINE
  59. bool "SolutionEngine7343"
  60. select SOLUTION_ENGINE
  61. depends on CPU_SUBTYPE_SH7343
  62. help
  63. Select 7343 SolutionEngine if configuring for a Hitachi
  64. SH7343 (SH-Mobile 3AS) evaluation board.
  65. config SH_7751_SYSTEMH
  66. bool "SystemH7751R"
  67. depends on CPU_SUBTYPE_SH7751R
  68. help
  69. Select SystemH if you are configuring for a Renesas SystemH
  70. 7751R evaluation board.
  71. config SH_HP6XX
  72. bool "HP6XX"
  73. select SYS_SUPPORTS_APM_EMULATION
  74. select HD6446X_SERIES
  75. depends on CPU_SUBTYPE_SH7709
  76. help
  77. Select HP6XX if configuring for a HP jornada HP6xx.
  78. More information (hardware only) at
  79. <http://www.hp.com/jornada/>.
  80. config SH_DREAMCAST
  81. bool "Dreamcast"
  82. select SYS_SUPPORTS_PCI
  83. depends on CPU_SUBTYPE_SH7091
  84. help
  85. Select Dreamcast if configuring for a SEGA Dreamcast.
  86. More information at <http://www.linux-sh.org>
  87. config SH_SH03
  88. bool "Interface CTP/PCI-SH03"
  89. depends on CPU_SUBTYPE_SH7751
  90. select CPU_HAS_IPR_IRQ
  91. select SYS_SUPPORTS_PCI
  92. help
  93. CTP/PCI-SH03 is a CPU module computer that is produced
  94. by Interface Corporation.
  95. More information at <http://www.interface.co.jp>
  96. config SH_SECUREEDGE5410
  97. bool "SecureEdge5410"
  98. depends on CPU_SUBTYPE_SH7751R
  99. select CPU_HAS_IPR_IRQ
  100. select SYS_SUPPORTS_PCI
  101. help
  102. Select SecureEdge5410 if configuring for a SnapGear SH board.
  103. This includes both the OEM SecureEdge products as well as the
  104. SME product line.
  105. config SH_RTS7751R2D
  106. bool "RTS7751R2D"
  107. depends on CPU_SUBTYPE_SH7751R
  108. select SYS_SUPPORTS_PCI
  109. select IO_TRAPPED
  110. help
  111. Select RTS7751R2D if configuring for a Renesas Technology
  112. Sales SH-Graphics board.
  113. config SH_RSK
  114. bool "Renesas Starter Kit"
  115. depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203
  116. help
  117. Select this option if configuring for any of the RSK+ MCU
  118. evaluation platforms.
  119. config SH_SDK7780
  120. bool "SDK7780R3"
  121. depends on CPU_SUBTYPE_SH7780
  122. select SYS_SUPPORTS_PCI
  123. help
  124. Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
  125. evaluation board.
  126. config SH_HIGHLANDER
  127. bool "Highlander"
  128. depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
  129. select SYS_SUPPORTS_PCI
  130. select IO_TRAPPED
  131. config SH_SH7785LCR
  132. bool "SH7785LCR"
  133. depends on CPU_SUBTYPE_SH7785
  134. select SYS_SUPPORTS_PCI
  135. select IO_TRAPPED
  136. config SH_SH7785LCR_29BIT_PHYSMAPS
  137. bool "SH7785LCR 29bit physmaps"
  138. depends on SH_SH7785LCR
  139. default y
  140. help
  141. This board has 2 physical memory maps. It can be changed with
  142. DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,
  143. you can access all on-board device in 29bit address mode.
  144. config SH_MIGOR
  145. bool "Migo-R"
  146. depends on CPU_SUBTYPE_SH7722
  147. select GENERIC_GPIO
  148. help
  149. Select Migo-R if configuring for the SH7722 Migo-R platform
  150. by Renesas System Solutions Asia Pte. Ltd.
  151. config SH_AP325RXA
  152. bool "AP-325RXA"
  153. depends on CPU_SUBTYPE_SH7723
  154. select GENERIC_GPIO
  155. help
  156. Renesas "AP-325RXA" support.
  157. Compatible with ALGO SYSTEM CO.,LTD. "AP-320A"
  158. config SH_SH7763RDP
  159. bool "SH7763RDP"
  160. depends on CPU_SUBTYPE_SH7763
  161. help
  162. Select SH7763RDP if configuring for a Renesas SH7763
  163. evaluation board.
  164. config SH_EDOSK7705
  165. bool "EDOSK7705"
  166. depends on CPU_SUBTYPE_SH7705
  167. config SH_EDOSK7760
  168. bool "EDOSK7760"
  169. depends on CPU_SUBTYPE_SH7760
  170. help
  171. Select if configuring for a Renesas EDOSK7760
  172. evaluation board.
  173. config SH_SH4202_MICRODEV
  174. bool "SH4-202 MicroDev"
  175. depends on CPU_SUBTYPE_SH4_202
  176. help
  177. Select SH4-202 MicroDev if configuring for a SuperH MicroDev board
  178. with an SH4-202 CPU.
  179. config SH_LANDISK
  180. bool "LANDISK"
  181. depends on CPU_SUBTYPE_SH7751R
  182. select SYS_SUPPORTS_PCI
  183. help
  184. I-O DATA DEVICE, INC. "LANDISK Series" support.
  185. config SH_TITAN
  186. bool "TITAN"
  187. depends on CPU_SUBTYPE_SH7751R
  188. select CPU_HAS_IPR_IRQ
  189. select SYS_SUPPORTS_PCI
  190. help
  191. Select Titan if you are configuring for a Nimble Microsystems
  192. NetEngine NP51R.
  193. config SH_SHMIN
  194. bool "SHMIN"
  195. depends on CPU_SUBTYPE_SH7706
  196. select CPU_HAS_IPR_IRQ
  197. help
  198. Select SHMIN if configuring for the SHMIN board.
  199. config SH_LBOX_RE2
  200. bool "L-BOX RE2"
  201. depends on CPU_SUBTYPE_SH7751R
  202. select SYS_SUPPORTS_PCI
  203. help
  204. Select L-BOX RE2 if configuring for the NTT COMWARE L-BOX RE2.
  205. config SH_X3PROTO
  206. bool "SH-X3 Prototype board"
  207. depends on CPU_SUBTYPE_SHX3
  208. config SH_MAGIC_PANEL_R2
  209. bool "Magic Panel R2"
  210. depends on CPU_SUBTYPE_SH7720
  211. select GENERIC_GPIO
  212. help
  213. Select Magic Panel R2 if configuring for Magic Panel R2.
  214. config SH_CAYMAN
  215. bool "Hitachi Cayman"
  216. depends on CPU_SUBTYPE_SH5_101 || CPU_SUBTYPE_SH5_103
  217. select SYS_SUPPORTS_PCI
  218. endmenu
  219. source "arch/sh/boards/mach-r2d/Kconfig"
  220. source "arch/sh/boards/mach-highlander/Kconfig"
  221. source "arch/sh/boards/mach-sdk7780/Kconfig"
  222. source "arch/sh/boards/mach-migor/Kconfig"
  223. source "arch/sh/boards/mach-rsk/Kconfig"
  224. if SH_MAGIC_PANEL_R2
  225. menu "Magic Panel R2 options"
  226. config SH_MAGIC_PANEL_R2_VERSION
  227. int SH_MAGIC_PANEL_R2_VERSION
  228. default "3"
  229. help
  230. Set the version of the Magic Panel R2
  231. endmenu
  232. endif