summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-04 19:00:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-04 19:00:28 +0200
commit33f5911f08c585039888d7372481352e2aa9811e (patch)
tree295e64896e5dbd265d1acf7204c1b01a78bdad55 /target/config
parentd12998a35c19652dda0743dd9fc19eafad7250d8 (diff)
enable disk support for qemu arm versatile
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 787b347ea..a6719eb52 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -89,6 +89,11 @@ config ADK_TARGET_QEMU_ARM_MODEL_SPITZ
config ADK_TARGET_QEMU_ARM_MODEL_VERSATILE
boolean "ARM Ltd. Versatile"
select ADK_KERNEL_ARCH_VERSATILE
+ select ADK_KERNEL_PCI
+ select ADK_KERNEL_BLOCK
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_BLK_DEV_SD
+ select ADK_KERNEL_SCSI_SYM53C8XX_2
endchoice