Config.in.s390x 540 B

123456789101112131415161718192021222324252627282930313233
  1. choice
  2. prompt "Target Architecture Variant"
  3. help
  4. Specific CPU variant to use
  5. config BR2_s390x_z13
  6. bool "z13"
  7. depends on BR2_s390x
  8. config BR2_s390x_z14
  9. bool "z14"
  10. depends on BR2_s390x
  11. config BR2_s390x_z15
  12. bool "z15"
  13. depends on BR2_s390x
  14. endchoice
  15. config BR2_ARCH
  16. default "s390x" if BR2_s390x
  17. config BR2_ENDIAN
  18. default "BIG"
  19. config BR2_GCC_TARGET_ARCH
  20. default "arch11" if BR2_s390x_z13
  21. default "arch12" if BR2_s390x_z14
  22. default "arch13" if BR2_s390x_z15
  23. config BR2_READELF_ARCH_NAME
  24. default "IBM S/390" if BR2_s390x