diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-03 22:20:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-03 22:20:15 +0100 |
commit | 7023f5089d309d33ac0c60b870db915667a26ccc (patch) | |
tree | 42f6f672fc528b4bee872c16a462949ec313d87f /target/or1k | |
parent | 82955941ccbc8d72d6a68053324e1a9cef69501b (diff) |
or1k: allow kernel compression
Diffstat (limited to 'target/or1k')
-rw-r--r-- | target/or1k/systems/qemu-or1k | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/or1k/systems/qemu-or1k b/target/or1k/systems/qemu-or1k index 2fd2ed672..251ebdd54 100644 --- a/target/or1k/systems/qemu-or1k +++ b/target/or1k/systems/qemu-or1k @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_OR1K bool "Qemu Emulator" select ADK_TARGET_QEMU select ADK_TARGET_CPU_OR1K + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu Emulator for OR1K architecture. |