summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-11-20 07:34:48 (GMT)
committerAlexey Neyman <stilor@att.net>2018-11-28 08:30:10 (GMT)
commit172308cb1be5b23c816c19d0b9c84ba4910cbe80 (patch)
tree90fb6fe4206ba0c70a38d8c1c73931f58413d01e /config
parentda76ae3ea3ba523223fe61b3b40974254a389141 (diff)
Add moxie architecture
and a moxie-unknown-elf target (which is what #1088 apparently wanted). Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config')
-rw-r--r--config/arch/moxie.in11
-rw-r--r--config/comp_tools/dtc.in2
-rw-r--r--config/kernel/linux.in2
3 files changed, 14 insertions, 1 deletions
diff --git a/config/arch/moxie.in b/config/arch/moxie.in
new file mode 100644
index 0000000..8d8bb22
--- /dev/null
+++ b/config/arch/moxie.in
@@ -0,0 +1,11 @@
+# Moxie soft-core architecture
+
+## no-package
+## select ARCH_SUPPORTS_32
+## select ARCH_DEFAULT_32
+## select ARCH_SUPPORTS_EITHER_ENDIAN
+## select ARCH_DEFAULT_BE
+## depends on EXPERIMENTAL
+
+## help The Moxie soft-core architecture, as defined by:
+## help http://moxielogic.org/blog/pages/architecture.html
diff --git a/config/comp_tools/dtc.in b/config/comp_tools/dtc.in
index 88628a0..72c7b14 100644
--- a/config/comp_tools/dtc.in
+++ b/config/comp_tools/dtc.in
@@ -1,4 +1,6 @@
# Kernel.org's device tree compiler
+## default y if !CONFIGURE_has_dtc && ARCH_MOXIE
+
config DTC_VERBOSE
bool "Verbose DTC build output"
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index fb16067..2602b53 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -1,6 +1,6 @@
# Linux kernel options
-## depends on ! ARCH_AVR
+## depends on !ARCH_AVR && !ARCH_MSP430 && !ARCH_MOXIE
## select KERNEL_SUPPORTS_SHARED_LIBS
## help Build a toolchain targeting systems running Linux as a kernel.