summaryrefslogtreecommitdiff
path: root/config/arch/c6x.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-14 08:11:42 (GMT)
committerGitHub <noreply@github.com>2022-02-14 08:11:42 (GMT)
commit681aaef1f1ff39c341fdc529e0db2c14639a58d8 (patch)
treece98c2b3d9648db065d27add325370392a35d584 /config/arch/c6x.in
parentba680a3e5b8c62a7c1554e71f6d09903dac95a2f (diff)
parent86c2982568de1ad4d4cc12a65b19231331484405 (diff)
Merge pull request #1674 from stilor/master
Updates to make `ct-ng build-all` pass
Diffstat (limited to 'config/arch/c6x.in')
-rw-r--r--config/arch/c6x.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/arch/c6x.in b/config/arch/c6x.in
index 93a8993..98589cc 100644
--- a/config/arch/c6x.in
+++ b/config/arch/c6x.in
@@ -7,9 +7,12 @@
## select ARCH_DEFAULT_LE
## select ARCH_SUPPORTS_FLAT_FORMAT
## select ARCH_SUPPORTS_WITH_CPU
+## select LINUX_REQUIRE_older_than_5_12
+## select LINUX_REQUIRE_3_7_or_later
## 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)
+## help For linux, kernel must be 3.7 or later (or custom) but not newer
+## help than 5.11.x (support for C6x was removed in 5.12).