summaryrefslogtreecommitdiff
path: root/target/Config.in.mipsel
diff options
context:
space:
mode:
Diffstat (limited to 'target/Config.in.mipsel')
-rw-r--r--target/Config.in.mipsel29
1 files changed, 0 insertions, 29 deletions
diff --git a/target/Config.in.mipsel b/target/Config.in.mipsel
deleted file mode 100644
index fd2a1af66..000000000
--- a/target/Config.in.mipsel
+++ /dev/null
@@ -1,29 +0,0 @@
-choice
-depends on ADK_LINUX_MIPSEL
-prompt "Hardware model"
-
-config ADK_HARDWARE_GENERIC_MIPSEL
- bool "Generic mipsel system"
- help
- Generic mipsel system.
-
-config ADK_HARDWARE_QEMU_MIPSEL
- bool "Qemu mipsel"
- select ADK_qemu
- select ADK_HARDWARE_QEMU
- select ADK_TARGET_WITH_VGA
- select ADK_TARGET_WITH_INPUT
- select ADK_TARGET_WITH_PCI
- select ADK_TARGET_WITH_HDD
- help
- Qemu support for mips little endian architecture.
- Status: stable
-
-config ADK_HARDWARE_GENERIC_MIPSEL_TOOLCHAIN
- bool "mipsel toolchain"
- select ADK_TOOLCHAIN_ONLY
- help
- mipsel toolchain.
-
-endchoice
-