aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/arch/lm32.in10
-rw-r--r--config/kernel/linux.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/config/arch/lm32.in b/config/arch/lm32.in
new file mode 100644
index 00000000..a2ae3b2d
--- /dev/null
+++ b/config/arch/lm32.in
@@ -0,0 +1,10 @@
+# LatticeMico32 soft-core architecture
+
+## no-package
+## select ARCH_SUPPORTS_32
+## select ARCH_DEFAULT_32
+## select ARCH_DEFAULT_BE
+## depends on EXPERIMENTAL
+
+## help The LatticeMico32 soft-core architecture:
+## help https://www.latticesemi.com/en/Products/DesignSoftwareAndIP/IntellectualProperty/IPCore/IPCores02/LatticeMico32.aspx
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 0f85ff89..6e929c23 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -1,6 +1,6 @@
# Linux kernel options
-## depends on !ARCH_AVR && !ARCH_MSP430 && !ARCH_MOXIE && !ARCH_PRU
+## depends on !ARCH_AVR && !ARCH_LM32 && !ARCH_MSP430 && !ARCH_MOXIE && !ARCH_PRU
## select KERNEL_SUPPORTS_SHARED_LIBS
## help Build a toolchain targeting systems running Linux as a kernel.