Config.in.bfin 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. choice
  2. prompt "Target CPU"
  3. depends on BR2_bfin
  4. default BR2_bf532
  5. help
  6. Specify target CPU
  7. config BR2_bf512
  8. bool "bf512"
  9. config BR2_bf514
  10. bool "bf514"
  11. config BR2_bf516
  12. bool "bf516"
  13. config BR2_bf518
  14. bool "bf518"
  15. config BR2_bf522
  16. bool "bf522"
  17. config BR2_bf523
  18. bool "bf523"
  19. config BR2_bf524
  20. bool "bf524"
  21. config BR2_bf525
  22. bool "bf525"
  23. config BR2_bf526
  24. bool "bf526"
  25. config BR2_bf527
  26. bool "bf527"
  27. config BR2_bf531
  28. bool "bf531"
  29. config BR2_bf532
  30. bool "bf532"
  31. config BR2_bf533
  32. bool "bf533"
  33. config BR2_bf534
  34. bool "bf534"
  35. config BR2_bf536
  36. bool "bf536"
  37. config BR2_bf537
  38. bool "bf537"
  39. config BR2_bf538
  40. bool "bf538"
  41. config BR2_bf539
  42. bool "bf539"
  43. config BR2_bf542
  44. bool "bf542"
  45. config BR2_bf544
  46. bool "bf544"
  47. config BR2_bf547
  48. bool "bf547"
  49. config BR2_bf548
  50. bool "bf548"
  51. config BR2_bf549
  52. bool "bf549"
  53. config BR2_bf561
  54. bool "bf561"
  55. endchoice
  56. config BR2_ARCH
  57. default "bfin"
  58. config BR2_ENDIAN
  59. default "LITTLE"
  60. config BR2_GCC_TARGET_CPU
  61. default bf606 if BR2_bf606
  62. default bf607 if BR2_bf607
  63. default bf608 if BR2_bf608
  64. default bf609 if BR2_bf609
  65. default bf512 if BR2_bf512
  66. default bf514 if BR2_bf514
  67. default bf516 if BR2_bf516
  68. default bf518 if BR2_bf518
  69. default bf522 if BR2_bf522
  70. default bf523 if BR2_bf523
  71. default bf524 if BR2_bf524
  72. default bf525 if BR2_bf525
  73. default bf526 if BR2_bf526
  74. default bf527 if BR2_bf527
  75. default bf531 if BR2_bf531
  76. default bf532 if BR2_bf532
  77. default bf533 if BR2_bf533
  78. default bf534 if BR2_bf534
  79. default bf536 if BR2_bf536
  80. default bf537 if BR2_bf537
  81. default bf538 if BR2_bf538
  82. default bf539 if BR2_bf539
  83. default bf542 if BR2_bf542
  84. default bf544 if BR2_bf544
  85. default bf547 if BR2_bf547
  86. default bf548 if BR2_bf548
  87. default bf549 if BR2_bf549
  88. default bf561 if BR2_bf561
  89. config BR2_GCC_TARGET_CPU_REVISION
  90. string "Target CPU revision"
  91. help
  92. Specify a target CPU revision, which will be appended to the
  93. value of the -mcpu option. For example, if the selected CPU is
  94. bf609, and then selected CPU revision is "0.0", then gcc will
  95. receive the -mcpu=bf609-0.0 option.
  96. config BR2_READELF_ARCH_NAME
  97. default "Analog Devices Blackfin"