From c222886f38ea1185c1b420f03d1e1fb377506af0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Jun 2014 17:12:07 +0200 Subject: 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. --- target/config/Config.in.arch.choice | 85 ------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 target/config/Config.in.arch.choice (limited to 'target/config/Config.in.arch.choice') 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 -- cgit v1.2.3