Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. menu "M68000 architecture"
  2. depends on M68K
  3. config SYS_ARCH
  4. default "m68k"
  5. choice
  6. prompt "Target select"
  7. config TARGET_M52277EVB
  8. bool "Support M52277EVB"
  9. config TARGET_M5235EVB
  10. bool "Support M5235EVB"
  11. config TARGET_COBRA5272
  12. bool "Support cobra5272"
  13. config TARGET_EB_CPU5282
  14. bool "Support eb_cpu5282"
  15. config TARGET_M5208EVBE
  16. bool "Support M5208EVBE"
  17. config TARGET_M5249EVB
  18. bool "Support M5249EVB"
  19. config TARGET_M5253DEMO
  20. bool "Support M5253DEMO"
  21. config TARGET_M5253EVBE
  22. bool "Support M5253EVBE"
  23. config TARGET_M5272C3
  24. bool "Support M5272C3"
  25. config TARGET_M5275EVB
  26. bool "Support M5275EVB"
  27. config TARGET_M5282EVB
  28. bool "Support M5282EVB"
  29. config TARGET_ASTRO_MCF5373L
  30. bool "Support astro_mcf5373l"
  31. config TARGET_M53017EVB
  32. bool "Support M53017EVB"
  33. config TARGET_M5329EVB
  34. bool "Support M5329EVB"
  35. config TARGET_M5373EVB
  36. bool "Support M5373EVB"
  37. config TARGET_M54418TWR
  38. bool "Support M54418TWR"
  39. config TARGET_M54451EVB
  40. bool "Support M54451EVB"
  41. config TARGET_M54455EVB
  42. bool "Support M54455EVB"
  43. config TARGET_M5475EVB
  44. bool "Support M5475EVB"
  45. config TARGET_M5485EVB
  46. bool "Support M5485EVB"
  47. config TARGET_AMCORE
  48. bool "Support AMCORE"
  49. endchoice
  50. source "board/BuS/eb_cpu5282/Kconfig"
  51. source "board/astro/mcf5373l/Kconfig"
  52. source "board/cobra5272/Kconfig"
  53. source "board/freescale/m5208evbe/Kconfig"
  54. source "board/freescale/m52277evb/Kconfig"
  55. source "board/freescale/m5235evb/Kconfig"
  56. source "board/freescale/m5249evb/Kconfig"
  57. source "board/freescale/m5253demo/Kconfig"
  58. source "board/freescale/m5253evbe/Kconfig"
  59. source "board/freescale/m5272c3/Kconfig"
  60. source "board/freescale/m5275evb/Kconfig"
  61. source "board/freescale/m5282evb/Kconfig"
  62. source "board/freescale/m53017evb/Kconfig"
  63. source "board/freescale/m5329evb/Kconfig"
  64. source "board/freescale/m5373evb/Kconfig"
  65. source "board/freescale/m54418twr/Kconfig"
  66. source "board/freescale/m54451evb/Kconfig"
  67. source "board/freescale/m54455evb/Kconfig"
  68. source "board/freescale/m547xevb/Kconfig"
  69. source "board/freescale/m548xevb/Kconfig"
  70. source "board/sysam/amcore/Kconfig"
  71. endmenu