summaryrefslogtreecommitdiff
path: root/config/arch/c6x.in
blob: ade8de9bfe4ca4c57378a2272bccafbba84fbdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# c6x specific configuration file

## no-package
## select ARCH_SUPPORTS_32
## select ARCH_DEFAULT_32
## select ARCH_SUPPORTS_EITHER_ENDIAN
## select ARCH_DEFAULT_LE
## select ARCH_SUPPORTS_FLAT_FORMAT
## select ARCH_SUPPORTS_WITH_CPU
## select TARGET_SKIP_CONFIG_SUB
## select ARCH_REQUIRES_MULTILIB
## depends on EXPERIMENTAL
##
## help The TI C6x (TMS320C6000) architecture
## help   https://www.ti.com/processors/digital-signal-processors

#choice
#	prompt "Target Processor Type"
#	default GENERIC_C6X
#
#config GENERIC_C6X
#    bool
#	prompt "Generic C6X DSP"
#
#config TMS320C64X
#    bool
#	prompt "TMS320C64X"
#
#config TMS320C64XPLUS
#    bool
#	prompt "TMS320C64X+"
#
#config TMS320C674X
#    bool
#	prompt "TMS320C674X or TMS320C66XX"
#
#endchoice