Config.in.m68k 341 B

123456789101112131415161718192021
  1. config BR2_ARCH
  2. default "m68k" if BR2_m68k
  3. config BR2_ENDIAN
  4. default "BIG"
  5. # coldfire variants will be added later
  6. choice
  7. prompt "Target CPU"
  8. depends on BR2_m68k
  9. default BR2_m68k_68040
  10. help
  11. Specific CPU variant to use
  12. config BR2_m68k_68040
  13. bool "68040"
  14. endchoice
  15. config BR2_GCC_TARGET_CPU
  16. default "68040" if BR2_m68k_68040