Kconfig 9.8 KB

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