summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/config/Config.in.qemuopts5
1 files changed, 2 insertions, 3 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index c26f3113b..253e1f3ff 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -47,6 +47,8 @@ depends on ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB \
|| ADK_TARGET_SYSTEM_QEMU_X86 \
|| ADK_TARGET_SYSTEM_QEMU_X86_64
+config ADK_TARGET_QEMU_WITHOUT_BLOCK
+ bool "disabled"
config ADK_TARGET_QEMU_WITH_BLOCK
bool "enabled"
@@ -68,9 +70,6 @@ config ADK_TARGET_QEMU_WITH_BLOCK
|| ADK_TARGET_SYSTEM_QEMU_ARM_TERRIER
select ADK_KERNEL_MMC_ARMMMCI if ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9
-config ADK_TARGET_QEMU_WITHOUT_BLOCK
- bool "disabled"
-
endchoice
choice