summaryrefslogtreecommitdiff
path: root/target/config/Config.in.arch.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-02 17:12:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-02 17:13:35 +0200
commitc222886f38ea1185c1b420f03d1e1fb377506af0 (patch)
tree0ba5c36cb5d1ad37e8969dc96d47181234a175c0 /target/config/Config.in.arch.choice
parent48758993b09a96f83c2bd190a5586421c90428e7 (diff)
simplify adding new arch
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg.
Diffstat (limited to 'target/config/Config.in.arch.choice')
-rw-r--r--target/config/Config.in.arch.choice85
1 files changed, 0 insertions, 85 deletions
diff --git a/target/config/Config.in.arch.choice b/target/config/Config.in.arch.choice
deleted file mode 100644
index 517d6a00f..000000000
--- a/target/config/Config.in.arch.choice
+++ /dev/null
@@ -1,85 +0,0 @@
-choice
-prompt "Target architecture"
-
-config ADK_CHOOSE_TARGET_ARCH
- bool "Choose target architecture"
-
-config ADK_LINUX_AARCH64
- bool "aarch64 system"
- select ADK_aarch64
- help
- Support for AARCH64 systems.
-
-config ADK_LINUX_ARM
- bool "arm system"
- select ADK_arm
- help
- Support for ARM systems.
-
-config ADK_LINUX_M68K
- bool "m68k system"
- select ADK_m68k
- help
- Support for m68k systems.
-
-config ADK_LINUX_MICROBLAZE
- bool "microblaze system"
- select ADK_microblaze
- help
- Support for Microblaze systems.
-
-config ADK_LINUX_MIPS
- bool "mips system"
- select ADK_mips
- help
- Support for MIPS systems.
-
-config ADK_LINUX_MIPS64
- bool "mips64 system"
- select ADK_mips64
- help
- Support for MIPS64 systems.
-
-config ADK_LINUX_PPC
- bool "ppc system"
- select ADK_ppc
- help
- Support for PPC systems.
-
-config ADK_LINUX_PPC64
- bool "ppc64 system"
- select ADK_ppc64
- help
- Support for PPC64 systems.
-
-config ADK_LINUX_SPARC
- bool "sparc system"
- select ADK_sparc
- help
- Support for SPARC systems.
-
-config ADK_LINUX_SPARC64
- bool "sparc64 system"
- select ADK_sparc64
- help
- Support for SPARC64 systems.
-
-config ADK_LINUX_SH
- bool "superh system"
- select ADK_sh
- help
- Support for superh systems.
-
-config ADK_LINUX_X86
- bool "x86 system"
- select ADK_x86
- help
- Support for x86 systems.
-
-config ADK_LINUX_X86_64
- bool "x86_64 system"
- select ADK_x86_64
- help
- Support for x86_64/amd64 systems.
-
-endchoice