summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.csky
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.csky')
-rw-r--r--extra/Configs/Config.csky25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/Configs/Config.csky b/extra/Configs/Config.csky
new file mode 100644
index 000000000..704f7be1b
--- /dev/null
+++ b/extra/Configs/Config.csky
@@ -0,0 +1,25 @@
+config TARGET_ARCH
+ string
+ default "csky"
+
+config FORCE_OPTIONS_FOR_ARCH
+ bool
+ default y
+ select ARCH_ANY_ENDIAN
+ select ARCH_HAS_DEPRECATED_SYSCALLS
+ select ARCH_USE_MMU
+ select ARCH_HAS_MMU
+
+choice
+ prompt "Target Processor Type"
+ default CK610
+
+config CK610
+ bool "ck610"
+config CK810
+ bool "ck810"
+config CK807
+ bool "ck807"
+
+endchoice
+