Config.c6x 463 B

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