From 17a3ca58a0f39a62c1f024bdf2603246bc080c35 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 26 Feb 2026 20:00:07 +0000 Subject: [PATCH] qemu: Only allow custom kernel options with QEMU's native loader This is the only mode that supports the `-append` option. It has nothing to do with "not MMC". --- board/common/qemu/Config.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/qemu/Config.in.in b/board/common/qemu/Config.in.in index 0d49ca1b..628b1001 100644 --- a/board/common/qemu/Config.in.in +++ b/board/common/qemu/Config.in.in @@ -149,7 +149,7 @@ config QEMU_HOST config QEMU_APPEND string "Extra kernel options" - depends on !QEMU_ROOTFS_MMC + depends on QEMU_LOADER_KERNEL config QEMU_EXTRA string "Extra QEMU options"