summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-09 14:56:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-09 15:17:54 +0100
commitd99ad35f684fd52f716e903a9111a25d512bc82d (patch)
treea78666d40ab7b1449df7340044fe8685f5d29828 /target/linux/config/Config.in.kernel
parent3fe39f9a1a9ddd433d1225ea14e9953a6470bbad (diff)
kvx: add qemu support
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 32607cc17..4ae299474 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -253,7 +253,9 @@ config ADK_LINUX_KERNEL_HIGHMEM
config ADK_LINUX_KERNEL_CC_OPTIMIZE_FOR_SIZE
bool "Optimize for size"
# does not boot in qemu-microblaze
- depends on !ADK_TARGET_ARCH_MICROBLAZE && !ADK_TARGET_ARCH_RISC64
+ depends on !ADK_TARGET_ARCH_MICROBLAZE && \
+ !ADK_TARGET_ARCH_RISC64 && \
+ !ADK_TARGET_ARCH_KVX
default y