summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-30 15:51:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-30 15:51:57 +0200
commit550c6b25c6ddb769cb858b6cbeae694706934564 (patch)
tree42109cbd525b6f8bb67cca281c0c1922ee406f99 /target/linux/config/Config.in.kernel
parent02eaa2a7fbe256c0e070268957d6d4e5dd13c234 (diff)
minor m68k fix
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 348498936..c4af33d63 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -138,7 +138,9 @@ config ADK_KERNEL_COMP_GZIP_RASPBERRY_PI
choice
prompt "Kernel Compression"
-depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI && !ADK_TARGET_SYSTEM_MIKROTIK_RB532
+depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI && \
+ !ADK_TARGET_SYSTEM_MIKROTIK_RB532 && \
+ !ADK_TARGET_SYSTEM_QEMU_M68K
config ADK_KERNEL_COMP_XZ
prompt "use XZ compression"