bump version for 1.0.49 release
[uclibc-ng.git] / extra / Configs / Config.c6x
blob96adfb3982602ddc5966d0b16d284a176c6f2a5e
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         default "c6x"
9 config FORCE_OPTIONS_FOR_ARCH
10         bool
11         default y
12         select ARCH_ANY_ENDIAN
13         select ARCH_HAS_NO_MMU
15 choice
16         prompt "Target Processor Type"
17         default CONFIG_GENERIC_C6X
19 config CONFIG_GENERIC_C6X
20         bool "Generic C6X DSP"
22 config CONFIG_TMS320C64X
23         bool "TMS320C64X"
25 config CONFIG_TMS320C64XPLUS
26         bool "TMS320C64X+"
28 endchoice