diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-28 17:25:36 +0100 |
commit | 834241eb737720ba7ec1a15f81bc29ace5fdb12c (patch) | |
tree | 4c6a04e6d038b9417dc7766ba12453fd7107c3f3 /target/Config.in.mipsel | |
parent | db40ed98b297d0550c6971b096c87bf0debf59b1 (diff) |
finetune bulk targets
Diffstat (limited to 'target/Config.in.mipsel')
-rw-r--r-- | target/Config.in.mipsel | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/Config.in.mipsel b/target/Config.in.mipsel index a2e9ff9b3..fd2a1af66 100644 --- a/target/Config.in.mipsel +++ b/target/Config.in.mipsel @@ -7,6 +7,18 @@ config ADK_HARDWARE_GENERIC_MIPSEL 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 |