diff options
Diffstat (limited to 'target/sparc/systems')
-rw-r--r-- | target/sparc/systems/qemu-sparc | 1 | ||||
-rw-r--r-- | target/sparc/systems/sun-voyager | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/sparc/systems/qemu-sparc b/target/sparc/systems/qemu-sparc index 1db6445c8..402cbecee 100644 --- a/target/sparc/systems/qemu-sparc +++ b/target/sparc/systems/qemu-sparc @@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_QEMU_SPARC select ADK_CPU_SPARC_V8 select ADK_TARGET_QEMU select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Support for Qemu Emulator SPARC architecture. diff --git a/target/sparc/systems/sun-voyager b/target/sparc/systems/sun-voyager index 7fb9abd4e..d6c789b23 100644 --- a/target/sparc/systems/sun-voyager +++ b/target/sparc/systems/sun-voyager @@ -7,6 +7,7 @@ config ADK_TARGET_SYSTEM_SUN_VOYAGER select ADK_TARGET_WITH_NETDEVICE select ADK_TARGET_WITH_BLOCK select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION help Support for Sun Voyager. |