summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.block
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.block')
-rw-r--r--target/linux/config/Config.in.block14
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index ab5ca76ba..f33465242 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -323,7 +323,19 @@ config ADK_KERNEL_SCSI_SUNESP
endmenu
menu "SD/MMC driver support"
-depends on ADK_TARGET_WITH_SD
+depends on ADK_TARGET_WITH_SD || ADK_TARGET_QEMU
+
+config ADK_KERNEL_MMC_ARMMMCI
+ bool "SD card support for Qemu ARM Vexpress A9"
+ select ADK_KERNEL_BLOCK
+ select ADK_KERNEL_LBDAF
+ select ADK_KERNEL_SCSI
+ select ADK_KERNEL_MMC
+ select ADK_KERNEL_MMC_BLOCK
+ select ADK_KERNEL_BLK_DEV
+ select ADK_KERNEL_BLK_DEV_SD
+ depends on ADK_TARGET_SYSTEM_QEMU_ARM_VEXPRESS_A9
+ default n
config ADK_KERNEL_MMC_AT91
tristate