summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-11-10 07:29:25 (GMT)
committerGitHub <noreply@github.com>2020-11-10 07:29:25 (GMT)
commita4231a555a3f897ecb32aad2069de4305ce0a969 (patch)
treed7e2127ff0c795a7641d617b54fa0d26c898f20d /config
parent66b3c25be73ff9bd1894492fef32b786f921d53c (diff)
parent3a3e645245d4cc84957209ec4313bfd6635acdec (diff)
Merge pull request #1342 from DspHack/feature/add_support_for_ti_c6x
Experimental: Add support for the Texas Instruments C6X (TMS320C6000 …
Diffstat (limited to 'config')
-rw-r--r--config/arch/c6x.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/arch/c6x.in b/config/arch/c6x.in
new file mode 100644
index 0000000..93a8993
--- /dev/null
+++ b/config/arch/c6x.in
@@ -0,0 +1,15 @@
+# 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
+## depends on EXPERIMENTAL
+##
+## help The TI C6x (TMS320C6000) architecture
+## help https://www.ti.com/processors/digital-signal-processors
+## help For linux, kernel must be 3.7 or later (or custom)
+