Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. menu "mpc8xx CPU"
  2. depends on 8xx
  3. config SYS_CPU
  4. string
  5. default "mpc8xx"
  6. choice
  7. prompt "Target select"
  8. config TARGET_COGENT_MPC8XX
  9. bool "Support cogent_mpc8xx"
  10. config TARGET_ESTEEM192E
  11. bool "Support ESTEEM192E"
  12. config TARGET_HERMES
  13. bool "Support hermes"
  14. config TARGET_ICU862
  15. bool "Support ICU862"
  16. config TARGET_IP860
  17. bool "Support IP860"
  18. config TARGET_IVML24
  19. bool "Support IVML24"
  20. config TARGET_IVMS8
  21. bool "Support IVMS8"
  22. config TARGET_LWMON
  23. bool "Support lwmon"
  24. config TARGET_NETVIA
  25. bool "Support NETVIA"
  26. config TARGET_R360MPI
  27. bool "Support R360MPI"
  28. config TARGET_RRVISION
  29. bool "Support RRvision"
  30. config TARGET_SPD823TS
  31. bool "Support SPD823TS"
  32. config TARGET_MHPC
  33. bool "Support MHPC"
  34. config TARGET_TOP860
  35. bool "Support TOP860"
  36. config TARGET_KUP4K
  37. bool "Support KUP4K"
  38. config TARGET_KUP4X
  39. bool "Support KUP4X"
  40. config TARGET_ELPT860
  41. bool "Support ELPT860"
  42. config TARGET_UC100
  43. bool "Support uc100"
  44. config TARGET_FPS850L
  45. bool "Support FPS850L"
  46. config TARGET_FPS860L
  47. bool "Support FPS860L"
  48. config TARGET_NSCU
  49. bool "Support NSCU"
  50. config TARGET_SM850
  51. bool "Support SM850"
  52. config TARGET_TK885D
  53. bool "Support TK885D"
  54. config TARGET_TQM823L
  55. bool "Support TQM823L"
  56. config TARGET_TQM823M
  57. bool "Support TQM823M"
  58. config TARGET_TQM850L
  59. bool "Support TQM850L"
  60. config TARGET_TQM850M
  61. bool "Support TQM850M"
  62. config TARGET_TQM855L
  63. bool "Support TQM855L"
  64. config TARGET_TQM855M
  65. bool "Support TQM855M"
  66. config TARGET_TQM860L
  67. bool "Support TQM860L"
  68. config TARGET_TQM860M
  69. bool "Support TQM860M"
  70. config TARGET_TQM862L
  71. bool "Support TQM862L"
  72. config TARGET_TQM862M
  73. bool "Support TQM862M"
  74. config TARGET_TQM866M
  75. bool "Support TQM866M"
  76. config TARGET_TQM885D
  77. bool "Support TQM885D"
  78. config TARGET_VIRTLAB2
  79. bool "Support virtlab2"
  80. endchoice
  81. source "board/LEOX/elpt860/Kconfig"
  82. source "board/RRvision/Kconfig"
  83. source "board/cogent/Kconfig"
  84. source "board/eltec/mhpc/Kconfig"
  85. source "board/emk/top860/Kconfig"
  86. source "board/esteem192e/Kconfig"
  87. source "board/hermes/Kconfig"
  88. source "board/icu862/Kconfig"
  89. source "board/ip860/Kconfig"
  90. source "board/ivm/Kconfig"
  91. source "board/kup/kup4k/Kconfig"
  92. source "board/kup/kup4x/Kconfig"
  93. source "board/lwmon/Kconfig"
  94. source "board/manroland/uc100/Kconfig"
  95. source "board/netvia/Kconfig"
  96. source "board/r360mpi/Kconfig"
  97. source "board/spd8xx/Kconfig"
  98. source "board/tqc/tqm8xx/Kconfig"
  99. endmenu