diff options
Diffstat (limited to 'target/riscv64/systems')
-rw-r--r-- | target/riscv64/systems/qemu-riscv64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/riscv64/systems/qemu-riscv64 b/target/riscv64/systems/qemu-riscv64 index 70d91645e..ae8401447 100644 --- a/target/riscv64/systems/qemu-riscv64 +++ b/target/riscv64/systems/qemu-riscv64 @@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_QEMU_RISCV64 bool "Qemu Emulator" select ADK_TARGET_QEMU select ADK_TARGET_CPU_RISCV64 + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Qemu Emulator for RISCV64 architecture. |