Kconfig 8.3 KB

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