summaryrefslogtreecommitdiff
path: root/target/config/Config.in.qemuopts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-13 22:22:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-14 00:02:55 +0100
commitf83e9bba36235d63f4ec56b281a5efa1480bf142 (patch)
treed251a8acf287f17e0295d0909101c2e0f9b51d8e /target/config/Config.in.qemuopts
parent160f19d65cd8be08fb54e6ea1eba1ca0f7db1f2f (diff)
simplify qemu x86/x86_64 support, enable block
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config/Config.in.qemuopts')
-rw-r--r--target/config/Config.in.qemuopts8
1 files changed, 3 insertions, 5 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index b75facf75..1b704defe 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -42,12 +42,7 @@ depends on ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB \
|| ADK_TARGET_SYSTEM_QEMU_SPARC64 \
|| ADK_TARGET_SYSTEM_QEMU_X86 \
|| ADK_TARGET_SYSTEM_QEMU_X86_64
-default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_ARCHIVE
-default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_SQUASHFS
-default ADK_TARGET_QEMU_WITH_BLOCK if ADK_TARGET_ROOTFS_JFFS2
-config ADK_TARGET_QEMU_WITHOUT_BLOCK
- bool "disabled"
config ADK_TARGET_QEMU_WITH_BLOCK
bool "enabled"
@@ -68,6 +63,9 @@ config ADK_TARGET_QEMU_WITH_BLOCK
select ADK_KERNEL_PATA_PXA if ADK_TARGET_QEMU_ARM_SPITZ \
|| ADK_TARGET_SYSTEM_QEMU_ARM_TERRIER
+config ADK_TARGET_QEMU_WITHOUT_BLOCK
+ bool "disabled"
+
endchoice
choice