Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. menu "mpc5xxx CPU"
  2. depends on MPC5xxx
  3. config SYS_CPU
  4. default "mpc5xxx"
  5. choice
  6. prompt "Target select"
  7. config TARGET_A3M071
  8. bool "Support a3m071"
  9. select SUPPORT_SPL
  10. config TARGET_A4M072
  11. bool "Support a4m072"
  12. config TARGET_BC3450
  13. bool "Support BC3450"
  14. config TARGET_CANMB
  15. bool "Support canmb"
  16. config TARGET_CM5200
  17. bool "Support cm5200"
  18. config TARGET_GALAXY5200
  19. bool "Support galaxy5200"
  20. config TARGET_ICECUBE
  21. bool "Support IceCube"
  22. config TARGET_INKA4X0
  23. bool "Support inka4x0"
  24. config TARGET_IPEK01
  25. bool "Support ipek01"
  26. config TARGET_JUPITER
  27. bool "Support jupiter"
  28. config TARGET_MOTIONPRO
  29. bool "Support motionpro"
  30. config TARGET_MUNICES
  31. bool "Support munices"
  32. config TARGET_PM520
  33. bool "Support PM520"
  34. config TARGET_TOTAL5200
  35. bool "Support Total5200"
  36. config TARGET_V38B
  37. bool "Support v38b"
  38. config TARGET_CPCI5200
  39. bool "Support cpci5200"
  40. config TARGET_MECP5200
  41. bool "Support mecp5200"
  42. config TARGET_PF5200
  43. bool "Support pf5200"
  44. config TARGET_O2D
  45. bool "Support O2D"
  46. config TARGET_O2D300
  47. bool "Support O2D300"
  48. config TARGET_O2DNT2
  49. bool "Support O2DNT2"
  50. config TARGET_O2I
  51. bool "Support O2I"
  52. config TARGET_O2MNT
  53. bool "Support O2MNT"
  54. config TARGET_O3DNT
  55. bool "Support O3DNT"
  56. config TARGET_DIGSY_MTC
  57. bool "Support digsy_mtc"
  58. config TARGET_HMI1001
  59. bool "Support hmi1001"
  60. config TARGET_MUCMC52
  61. bool "Support mucmc52"
  62. config TARGET_UC101
  63. bool "Support uc101"
  64. config TARGET_PCM030
  65. bool "Support pcm030"
  66. config TARGET_AEV
  67. bool "Support aev"
  68. config TARGET_CHARON
  69. bool "Support charon"
  70. config TARGET_TB5200
  71. bool "Support TB5200"
  72. config TARGET_TQM5200
  73. bool "Support TQM5200"
  74. endchoice
  75. source "board/a3m071/Kconfig"
  76. source "board/a4m072/Kconfig"
  77. source "board/bc3450/Kconfig"
  78. source "board/canmb/Kconfig"
  79. source "board/cm5200/Kconfig"
  80. source "board/esd/cpci5200/Kconfig"
  81. source "board/esd/mecp5200/Kconfig"
  82. source "board/esd/pf5200/Kconfig"
  83. source "board/galaxy5200/Kconfig"
  84. source "board/icecube/Kconfig"
  85. source "board/ifm/o2dnt2/Kconfig"
  86. source "board/inka4x0/Kconfig"
  87. source "board/intercontrol/digsy_mtc/Kconfig"
  88. source "board/ipek01/Kconfig"
  89. source "board/jupiter/Kconfig"
  90. source "board/manroland/hmi1001/Kconfig"
  91. source "board/manroland/mucmc52/Kconfig"
  92. source "board/manroland/uc101/Kconfig"
  93. source "board/motionpro/Kconfig"
  94. source "board/munices/Kconfig"
  95. source "board/phytec/pcm030/Kconfig"
  96. source "board/pm520/Kconfig"
  97. source "board/total5200/Kconfig"
  98. source "board/tqc/tqm5200/Kconfig"
  99. source "board/v38b/Kconfig"
  100. endmenu