Config.metag 634 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. # Copyright (C) 2013, Imagination Technologies Ltd.
  6. #
  7. # Licensed under LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
  8. #
  9. config TARGET_ARCH
  10. default "metag"
  11. config FORCE_OPTIONS_FOR_ARCH
  12. bool
  13. default y
  14. select ARCH_LITTLE_ENDIAN
  15. select ARCH_HAS_MMU
  16. choice
  17. prompt "Target Processor Type"
  18. default CONFIG_META_2_1
  19. help
  20. This is the processor type of your CPU. This information is used for
  21. optimizing purposes.
  22. config CONFIG_META_1_2
  23. bool "Meta 1.2"
  24. config CONFIG_META_2_1
  25. bool "Meta 2.1"
  26. endchoice