summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-18 19:06:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-18 19:07:08 +0200
commit30780da8a5b800db825b4fd72c715ca2d8203bd7 (patch)
treeadc35da8af22ee6a92ff1ae9bf1e7c9d6da003f4 /target/linux/config/Config.in.block
parent1dd518b0f86f96c36d582e5f5c9f78b5c65131e9 (diff)
qemu-alpha: add disk support
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 4fc5a113a..179b59a0a 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -8,6 +8,15 @@ menu "Block devices support"
depends on ADK_TARGET_WITH_BLOCK \
|| ADK_TARGET_GENERIC
+config ADK_KERNEL_IDE
+ bool
+
+config ADK_KERNEL_IDE_GD
+ bool
+
+config ADK_KERNEL_IDE_GD_ATA
+ bool
+
config ADK_KERNEL_LBDAF
bool
@@ -303,6 +312,21 @@ config ADK_KERNEL_PATA_PXA
endmenu
+menu "IDE driver support"
+depends on ADK_TARGET_SYSTEM_QEMU_ALPHA
+
+config ADK_KERNEL_BLK_DEV_CMD64X
+ tristate "CMD64x support"
+ select ADK_KERNEL_BLOCK
+ select ADK_KERNEL_IDE
+ select ADK_KERNEL_IDE_GD
+ select ADK_KERNEL_IDE_GD_ATA
+ depends on ADK_TARGET_SYSTEM_QEMU_ALPHA
+ help
+ CMD64x IDE driver.
+
+endmenu
+
menu "SCSI driver support"
depends on ADK_TARGET_WITH_SCSI || \
ADK_TARGET_SYSTEM_QEMU_ARM_VERSATILEPB || \