summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:32:58 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 20:33:05 +0200
commited6eb853fe4cc825f96b60ca30b7ebd69a2cbe1c (patch)
tree197086a253276305d7af80c90d5c6c1170645ffd /target/linux/config/Config.in.block
parent7e8ca9795ba14c47e78cb1e69e5464cc89162baa (diff)
add disk support to qemu-arm spitz and terrier
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block5
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 04db38e94..7aa2b0f19 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -188,6 +188,8 @@ config ADK_KERNEL_PATA_PLATFORM
default n
config ADK_KERNEL_PATA_PCMCIA
+ select ADK_KERNEL_PCCARD
+ select ADK_KERNEL_PCMCIA
tristate
config ADK_KERNEL_PATA_IMX
@@ -217,7 +219,8 @@ config ADK_KERNEL_PATA_PXA
select ADK_KERNEL_BLK_DEV
select ADK_KERNEL_BLK_DEV_SD
select ADK_KERNEL_PATA_PCMCIA
- depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS
+ select ADK_KERNEL_PCMCIA_PXA2XX
+ depends on ADK_TARGET_SYSTEM_SHARP_ZAURUS || ADK_TARGET_QEMU_ARM_MODEL_TERRIER || ADK_TARGET_QEMU_ARM_MODEL_SPITZ
default y if ADK_TARGET_SYSTEM_SHARP_ZAURUS
default n
help