diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-26 20:13:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-26 20:15:00 +0100 |
commit | 9a334da823f917c9f38a6fbdb4fb2a3501de95a3 (patch) | |
tree | 6119a897c467e1fee67d7a42802d5e4d5243cd0c /target/config | |
parent | 10b95de6fa7ef1047a7023dcb55e6f55a230e8d6 (diff) |
qemu-arm-vexpress: start working on flash support
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.qemuopts | 2 | ||||
-rw-r--r-- | target/config/Config.in.tools | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts index 1b704defe..313a5c3f8 100644 --- a/target/config/Config.in.qemuopts +++ b/target/config/Config.in.qemuopts @@ -28,6 +28,7 @@ endchoice choice prompt "Qemu Emulation with storage device" depends on ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB \ + || ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9 \ || ADK_TARGET_SYSTEM_QEMU_ARM_TERRIER \ || ADK_TARGET_SYSTEM_QEMU_ARM_SPITZ \ || ADK_TARGET_SYSTEM_QEMU_MICROBLAZE_ML605 \ @@ -62,6 +63,7 @@ config ADK_TARGET_QEMU_WITH_BLOCK select ADK_KERNEL_PATA_PLATFORM if ADK_TARGET_SYSTEM_QEMU_SH select ADK_KERNEL_PATA_PXA if ADK_TARGET_QEMU_ARM_SPITZ \ || ADK_TARGET_SYSTEM_QEMU_ARM_TERRIER + select ADK_KERNEL_MTD_PLATRAM if ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9 config ADK_TARGET_QEMU_WITHOUT_BLOCK bool "disabled" diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 62f48ca0b..600869754 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -208,6 +208,7 @@ config ADK_HOST_NEED_SQUASHFS config ADK_HOST_BUILD_SQUASHFS bool + select ADK_HOST_BUILD_XZ default y if ADK_HOST_NEED_SQUASHFS default n |