Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. menu "M68000 architecture"
  2. depends on M68K
  3. config SYS_ARCH
  4. default "m68k"
  5. # processor family
  6. config MCF520x
  7. select OF_CONTROL
  8. select DM
  9. select DM_SERIAL
  10. bool
  11. config MCF52x2
  12. select OF_CONTROL
  13. select DM
  14. select DM_SERIAL
  15. bool
  16. config MCF523x
  17. select OF_CONTROL
  18. select DM
  19. select DM_SERIAL
  20. bool
  21. config MCF530x
  22. select OF_CONTROL
  23. select DM
  24. select DM_SERIAL
  25. bool
  26. config MCF5301x
  27. select OF_CONTROL
  28. select DM
  29. select DM_SERIAL
  30. bool
  31. config MCF532x
  32. select OF_CONTROL
  33. select DM
  34. select DM_SERIAL
  35. bool
  36. config MCF537x
  37. select OF_CONTROL
  38. select DM
  39. select DM_SERIAL
  40. bool
  41. config MCF5441x
  42. select OF_CONTROL
  43. select DM
  44. select DM_SERIAL
  45. bool
  46. config MCF5445x
  47. select OF_CONTROL
  48. select DM
  49. select DM_SERIAL
  50. bool
  51. config MCF5227x
  52. select OF_CONTROL
  53. select DM
  54. select DM_SERIAL
  55. bool
  56. # processor type
  57. config M5208
  58. bool
  59. select MCF520x
  60. config M5235
  61. bool
  62. select MCF523x
  63. config M5249
  64. bool
  65. select MCF52x2
  66. config M5253
  67. bool
  68. select MCF52x2
  69. config M5271
  70. bool
  71. select MCF52x2
  72. config M5272
  73. bool
  74. select MCF52x2
  75. config M5275
  76. bool
  77. select MCF52x2
  78. config M5282
  79. bool
  80. select MCF52x2
  81. config M5307
  82. bool
  83. select MCF530x
  84. config M53015
  85. bool
  86. select MCF5301x
  87. config M5329
  88. bool
  89. select MCF532x
  90. config M5373
  91. bool
  92. select MCF532x
  93. select MCF537x
  94. config M54418
  95. bool
  96. select MCF5441x
  97. config M54451
  98. bool
  99. select MCF5445x
  100. config M54455
  101. bool
  102. select MCF5445x
  103. config M52277
  104. bool
  105. select MCF5227x
  106. choice
  107. prompt "Target select"
  108. optional
  109. config TARGET_M52277EVB
  110. bool "Support M52277EVB"
  111. select M52277
  112. config TARGET_M5235EVB
  113. bool "Support M5235EVB"
  114. select M5235
  115. config TARGET_COBRA5272
  116. bool "Support cobra5272"
  117. select M5272
  118. config TARGET_EB_CPU5282
  119. bool "Support eb_cpu5282"
  120. select M5282
  121. config TARGET_M5208EVBE
  122. bool "Support M5208EVBE"
  123. select M5208
  124. config TARGET_M5249EVB
  125. bool "Support M5249EVB"
  126. select M5249
  127. config TARGET_M5253DEMO
  128. bool "Support M5253DEMO"
  129. select M5253
  130. config TARGET_M5272C3
  131. bool "Support M5272C3"
  132. select M5272
  133. config TARGET_M5275EVB
  134. bool "Support M5275EVB"
  135. select M5275
  136. config TARGET_M5282EVB
  137. bool "Support M5282EVB"
  138. select M5282
  139. config TARGET_ASTRO_MCF5373L
  140. bool "Support astro_mcf5373l"
  141. select M5373
  142. config TARGET_M53017EVB
  143. bool "Support M53017EVB"
  144. select M53015
  145. config TARGET_M5329EVB
  146. bool "Support M5329EVB"
  147. select M5329
  148. config TARGET_M5373EVB
  149. bool "Support M5373EVB"
  150. select M5373
  151. config TARGET_M54418TWR
  152. bool "Support M54418TWR"
  153. select M54418
  154. config TARGET_M54451EVB
  155. bool "Support M54451EVB"
  156. select M54451
  157. config TARGET_M54455EVB
  158. bool "Support M54455EVB"
  159. select M54455
  160. config TARGET_AMCORE
  161. bool "Support AMCORE"
  162. select M5307
  163. config TARGET_STMARK2
  164. bool "Support stmark2"
  165. select M54418
  166. endchoice
  167. source "board/BuS/eb_cpu5282/Kconfig"
  168. source "board/astro/mcf5373l/Kconfig"
  169. source "board/cobra5272/Kconfig"
  170. source "board/freescale/m5208evbe/Kconfig"
  171. source "board/freescale/m52277evb/Kconfig"
  172. source "board/freescale/m5235evb/Kconfig"
  173. source "board/freescale/m5249evb/Kconfig"
  174. source "board/freescale/m5253demo/Kconfig"
  175. source "board/freescale/m5272c3/Kconfig"
  176. source "board/freescale/m5275evb/Kconfig"
  177. source "board/freescale/m5282evb/Kconfig"
  178. source "board/freescale/m53017evb/Kconfig"
  179. source "board/freescale/m5329evb/Kconfig"
  180. source "board/freescale/m5373evb/Kconfig"
  181. source "board/freescale/m54418twr/Kconfig"
  182. source "board/freescale/m54451evb/Kconfig"
  183. source "board/freescale/m54455evb/Kconfig"
  184. source "board/sysam/amcore/Kconfig"
  185. source "board/sysam/stmark2/Kconfig"
  186. endmenu