Config.c6x 496 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. default "c6x"
  7. config FORCE_OPTIONS_FOR_ARCH
  8. bool
  9. default y
  10. select ARCH_ANY_ENDIAN
  11. config ARCH_CFLAGS
  12. string
  13. config ARCH_LDFLAGS
  14. string
  15. choice
  16. prompt "Target Processor Type"
  17. default CONFIG_GENERIC_C6X
  18. config CONFIG_GENERIC_C6X
  19. bool "Generic C6X DSP"
  20. config CONFIG_TMS320C64X
  21. bool "TMS320C64X"
  22. config CONFIG_TMS320C64XPLUS
  23. bool "TMS320C64X+"
  24. endchoice