summaryrefslogtreecommitdiff
path: root/config/arch
diff options
context:
space:
mode:
authorDan Tejada <dan.tejada@cantada.com>2020-11-02 21:21:26 (GMT)
committerDan Tejada <dan.tejada@cantada.com>2020-11-02 21:21:26 (GMT)
commit3a3e645245d4cc84957209ec4313bfd6635acdec (patch)
tree4b15104bcc71881f5bfec5b9d2dca91a2ecb136b /config/arch
parentd532f025420de029914fb43734dec6be9b7128f6 (diff)
c6x: Remove multilib requirement
Restore tuple config check Add sample configuration Signed-off-by: Dan Tejada <dan.tejada@cantada.com>
Diffstat (limited to 'config/arch')
-rw-r--r--config/arch/c6x.in24
1 files changed, 1 insertions, 23 deletions
diff --git a/config/arch/c6x.in b/config/arch/c6x.in
index ade8de9..93a8993 100644
--- a/config/arch/c6x.in
+++ b/config/arch/c6x.in
@@ -7,31 +7,9 @@
## 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
+## help For linux, kernel must be 3.7 or later (or custom)
-#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