summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-11 18:46:30 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-11 18:46:30 +0100
commita4b43d5bfe89f2859655e1f524bdde199907a89c (patch)
tree3a801c70ee54b72ebb8a86b0fe0f6b1da39d4e5f
parent6cc96adf6a31f13718962c30138114ce84cdf137 (diff)
default without block
-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