diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-28 09:22:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-28 09:22:54 +0100 |
commit | e09726cd75a5f233793ca92f7bd09d77a72e6b05 (patch) | |
tree | 8b53382b7a6c581cc53a40e84a2478e511772dda /target/config/Config.in.qemuopts | |
parent | 7df7d00ae20f1ce312c86ac9fb6e5251e6b9a077 (diff) |
various small fixes, arm vexpress disk support is working now
Diffstat (limited to 'target/config/Config.in.qemuopts')
-rw-r--r-- | target/config/Config.in.qemuopts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts index 313a5c3f8..4ef3aa1aa 100644 --- a/target/config/Config.in.qemuopts +++ b/target/config/Config.in.qemuopts @@ -63,7 +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 + select ADK_KERNEL_MMC_ARMMMCI if ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9 config ADK_TARGET_QEMU_WITHOUT_BLOCK bool "disabled" |