OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
2.1 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: architecture/arm/config.in
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. #Description: ARM (Advanced RISC Machines)
  16. choice SDECFG_ARM_OPT generic \
  17. generic "No CPU optimisation selected" \
  18. arm2 "arm2 CPU" \
  19. arm250 "arm250 CPU" \
  20. arm3 "arm3 CPU" \
  21. arm6 "arm6 CPU" \
  22. arm60 "arm60 CPU" \
  23. arm600 "arm600 CPU" \
  24. arm610 "arm610 CPU" \
  25. arm620 "arm620 CPU" \
  26. arm7 "arm7 CPU" \
  27. arm7m "arm7m CPU" \
  28. arm7d "arm7d CPU" \
  29. arm7dm "arm7dm CPU" \
  30. arm7di "arm7di CPU" \
  31. arm7dmi "arm7dmi CPU" \
  32. arm70 "arm70 CPU" \
  33. arm700 "arm700 CPU" \
  34. arm700i "arm700i CPU" \
  35. arm710 "arm710 CPU" \
  36. arm710t "arm710t CPU" \
  37. arm710c "arm710c CPU" \
  38. arm7100 "arm7100 CPU" \
  39. arm7500 "arm7500 CPU" \
  40. arm7500fe "arm7500fe CPU" \
  41. arm7tdmi "arm7tdmi CPU" \
  42. arm8 "arm8 CPU" \
  43. strongarm "strongarm CPU" \
  44. strongarm110 "strongarm110 CPU" \
  45. strongarm1100 "strongarm1100 CPU" \
  46. arm8 "arm8 CPU" \
  47. arm810 "arm810 CPU" \
  48. arm9 "arm9 CPU" \
  49. arm9e "arm9e CPU" \
  50. arm920 "arm920 CPU" \
  51. arm920t "arm920t CPU" \
  52. arm940t "arm940t CPU" \
  53. arm9tdmi "arm9tdmi CPU" \
  54. arm10tdmi "arm10tdmi CPU" \
  55. arm1020t "arm1020t CPU" \
  56. xscale "xscale CPU"
  57. bool 'Generate code using the 16bit thumb instruction set' SDECFG_ARM_THUMB 0
  58. if [ $SDECFG_ARM_OPT != generic ] ; then
  59. SDECFG_ID="$SDECFG_ID-$SDECFG_ARM_OPT"
  60. fi