mirror of the now-defunct rocklinux.org
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.

86 lines
2.7 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/architecture/arm/config.in
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. choice ROCKCFG_ARM_ENDIANESS EL \
  23. EB "Build for big endian machines" \
  24. EL "Build for little endian machines"
  25. ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_ENDIANESS"
  26. choice ROCKCFG_ARM_OPT generic \
  27. generic "No CPU optimisation selected" \
  28. arm2 "arm2 CPU" \
  29. arm250 "arm250 CPU" \
  30. arm3 "arm3 CPU" \
  31. arm6 "arm6 CPU" \
  32. arm60 "arm60 CPU" \
  33. arm600 "arm600 CPU" \
  34. arm610 "arm610 CPU" \
  35. arm620 "arm620 CPU" \
  36. arm7 "arm7 CPU" \
  37. arm7m "arm7m CPU" \
  38. arm7d "arm7d CPU" \
  39. arm7dm "arm7dm CPU" \
  40. arm7di "arm7di CPU" \
  41. arm7dmi "arm7dmi CPU" \
  42. arm70 "arm70 CPU" \
  43. arm700 "arm700 CPU" \
  44. arm700i "arm700i CPU" \
  45. arm710 "arm710 CPU" \
  46. arm710c "arm710c CPU" \
  47. arm7100 "arm7100 CPU" \
  48. arm7500 "arm7500 CPU" \
  49. arm7500fe "arm7500fe CPU" \
  50. arm7tdmi "arm7tdmi CPU" \
  51. arm8 "arm8 CPU" \
  52. strongarm "strongarm CPU" \
  53. strongarm110 "strongarm110 CPU" \
  54. strongarm1100 "strongarm1100 CPU" \
  55. arm8 "arm8 CPU" \
  56. arm810 "arm810 CPU" \
  57. arm9 "arm9 CPU" \
  58. arm9e "arm9e CPU" \
  59. arm920 "arm920 CPU" \
  60. arm920t "arm920t CPU" \
  61. arm940t "arm940t CPU" \
  62. arm9tdmi "arm9tdmi CPU" \
  63. arm10tdmi "arm10tdmi CPU" \
  64. arm1020t "arm1020t CPU" \
  65. xscale "xscale CPU"
  66. choice ROCKCFG_ARM_OPT_ARCH generic \
  67. generic "No ARM architecture selected" \
  68. armv2 "armv2" \
  69. armv2a "armv2a" \
  70. armv3 "armv3" \
  71. armv3m "armv3m" \
  72. armv4 "armv4" \
  73. armv4t "armv4t" \
  74. armv5 "armv5" \
  75. armv5t "armv5t" \
  76. armv5te "armv5te"
  77. if [ $ROCKCFG_ARM_OPT != generic ] ; then
  78. ROCKCFG_ID="$ROCKCFG_ID-$ROCKCFG_ARM_OPT"
  79. fi