Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. menu "Blackfin architecture"
  2. depends on BLACKFIN
  3. config SYS_ARCH
  4. default "blackfin"
  5. choice
  6. prompt "Target select"
  7. optional
  8. config TARGET_BCT_BRETTL2
  9. bool "Support bct-brettl2"
  10. config TARGET_BF506F_EZKIT
  11. bool "Support bf506f-ezkit"
  12. config TARGET_BF518F_EZBRD
  13. bool "Support bf518f-ezbrd"
  14. config TARGET_BF525_UCR2
  15. bool "Support bf525-ucr2"
  16. config TARGET_BF526_EZBRD
  17. bool "Support bf526-ezbrd"
  18. config TARGET_BF527_AD7160_EVAL
  19. bool "Support bf527-ad7160-eval"
  20. config TARGET_BF527_EZKIT
  21. bool "Support bf527-ezkit"
  22. config TARGET_BF527_SDP
  23. bool "Support bf527-sdp"
  24. config TARGET_BF533_EZKIT
  25. bool "Support bf533-ezkit"
  26. config TARGET_BF533_STAMP
  27. bool "Support bf533-stamp"
  28. config TARGET_BF537_MINOTAUR
  29. bool "Support bf537-minotaur"
  30. config TARGET_BF537_PNAV
  31. bool "Support bf537-pnav"
  32. config TARGET_BF537_SRV1
  33. bool "Support bf537-srv1"
  34. config TARGET_BF537_STAMP
  35. bool "Support bf537-stamp"
  36. config TARGET_BF538F_EZKIT
  37. bool "Support bf538f-ezkit"
  38. config TARGET_BF548_EZKIT
  39. bool "Support bf548-ezkit"
  40. config TARGET_BF561_ACVILON
  41. bool "Support bf561-acvilon"
  42. config TARGET_BF561_EZKIT
  43. bool "Support bf561-ezkit"
  44. config TARGET_BF609_EZKIT
  45. bool "Support bf609-ezkit"
  46. config TARGET_BLACKSTAMP
  47. bool "Support blackstamp"
  48. config TARGET_BLACKVME
  49. bool "Support blackvme"
  50. config TARGET_BR4
  51. bool "Support br4"
  52. config TARGET_CM_BF527
  53. bool "Support cm-bf527"
  54. config TARGET_CM_BF533
  55. bool "Support cm-bf533"
  56. config TARGET_CM_BF537E
  57. bool "Support cm-bf537e"
  58. config TARGET_CM_BF537U
  59. bool "Support cm-bf537u"
  60. config TARGET_CM_BF548
  61. bool "Support cm-bf548"
  62. config TARGET_CM_BF561
  63. bool "Support cm-bf561"
  64. config TARGET_DNP5370
  65. bool "Support dnp5370"
  66. config TARGET_IBF_DSP561
  67. bool "Support ibf-dsp561"
  68. config TARGET_IP04
  69. bool "Support ip04"
  70. config TARGET_PR1
  71. bool "Support pr1"
  72. config TARGET_TCM_BF518
  73. bool "Support tcm-bf518"
  74. config TARGET_TCM_BF537
  75. bool "Support tcm-bf537"
  76. endchoice
  77. source "board/bct-brettl2/Kconfig"
  78. source "board/bf506f-ezkit/Kconfig"
  79. source "board/bf518f-ezbrd/Kconfig"
  80. source "board/bf525-ucr2/Kconfig"
  81. source "board/bf526-ezbrd/Kconfig"
  82. source "board/bf527-ad7160-eval/Kconfig"
  83. source "board/bf527-ezkit/Kconfig"
  84. source "board/bf527-sdp/Kconfig"
  85. source "board/bf533-ezkit/Kconfig"
  86. source "board/bf533-stamp/Kconfig"
  87. source "board/bf537-minotaur/Kconfig"
  88. source "board/bf537-pnav/Kconfig"
  89. source "board/bf537-srv1/Kconfig"
  90. source "board/bf537-stamp/Kconfig"
  91. source "board/bf538f-ezkit/Kconfig"
  92. source "board/bf548-ezkit/Kconfig"
  93. source "board/bf561-acvilon/Kconfig"
  94. source "board/bf561-ezkit/Kconfig"
  95. source "board/bf609-ezkit/Kconfig"
  96. source "board/blackstamp/Kconfig"
  97. source "board/blackvme/Kconfig"
  98. source "board/br4/Kconfig"
  99. source "board/cm-bf527/Kconfig"
  100. source "board/cm-bf533/Kconfig"
  101. source "board/cm-bf537e/Kconfig"
  102. source "board/cm-bf537u/Kconfig"
  103. source "board/cm-bf548/Kconfig"
  104. source "board/cm-bf561/Kconfig"
  105. source "board/dnp5370/Kconfig"
  106. source "board/ibf-dsp561/Kconfig"
  107. source "board/ip04/Kconfig"
  108. source "board/pr1/Kconfig"
  109. source "board/tcm-bf518/Kconfig"
  110. source "board/tcm-bf537/Kconfig"
  111. endmenu