summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.e1
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.e1')
-rw-r--r--extra/Configs/Config.e123
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1
deleted file mode 100644
index 144d9d34d..000000000
--- a/extra/Configs/Config.e1
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# For a description of the syntax of this configuration file,
-# see extra/config/Kconfig-language.txt
-#
-
-config TARGET_ARCH
- string
- default "e1"
-
-config FORCE_OPTIONS_FOR_ARCH
- bool
- default y
- select ARCH_BIG_ENDIAN
- select ARCH_HAS_NO_MMU
- select ARCH_HAS_NO_SHARED
-
-config ARCH_E1
- bool
- default y
-
-config ARCH_CFLAGS
- string
- default "-mgnu-param"