Config.in.sparc 766 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. choice
  2. prompt "Target Architecture Variant"
  3. depends on BR2_sparc
  4. default BR2_sparc_v7
  5. help
  6. Specific CPU variant to use
  7. config BR2_sparc_v7
  8. bool "v7"
  9. config BR2_sparc_cypress
  10. bool "cypress"
  11. config BR2_sparc_v8
  12. bool "v8"
  13. config BR2_sparc_sparchfleon
  14. bool "hfleon"
  15. config BR2_sparc_sparchfleonv8
  16. bool "hfleonv8"
  17. config BR2_sparc_sparcsfleon
  18. bool "sfleon"
  19. config BR2_sparc_sparcsfleonv8
  20. bool "sfleonv8"
  21. config BR2_sparc_supersparc
  22. bool "supersparc"
  23. config BR2_sparc_sparclite
  24. bool "sparclite"
  25. config BR2_sparc_f930
  26. bool "f930"
  27. config BR2_sparc_f934
  28. bool "f934"
  29. config BR2_sparc_hypersparc
  30. bool "hypersparc"
  31. config BR2_sparc_sparclite86x
  32. bool "sparclite86x"
  33. config BR2_sparc_sparclet
  34. bool "sparclet"
  35. config BR2_sparc_tsc701
  36. bool "tsc701"
  37. endchoice