Config.c6x 439 B

12345678910111213141516171819202122232425262728
  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. choice
  12. prompt "Target Processor Type"
  13. default CONFIG_GENERIC_C6X
  14. config CONFIG_GENERIC_C6X
  15. bool "Generic C6X DSP"
  16. config CONFIG_TMS320C64X
  17. bool "TMS320C64X"
  18. config CONFIG_TMS320C64XPLUS
  19. bool "TMS320C64X+"
  20. endchoice