summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-03 16:34:13 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-06-03 16:34:13 +0200
commitafd1ef6b14dd6ba9d2f0d09f99a21c610a2d2c09 (patch)
treefd9ce4165d438693866c66ea9cfcc5e282182ddf
parent223937ea36d692f4bc626066a6c0ac66bd56cbcd (diff)
ARM: colibri_vf: enable SCSI disk required for USB mass storage
SCSI lock device disk support is required for USB mass storage to work. Also enable asynchronous SCSI scanning by default.
-rw-r--r--arch/arm/configs/colibri_vf_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/colibri_vf_defconfig b/arch/arm/configs/colibri_vf_defconfig
index 8c7623416b0f..ce119d88fa40 100644
--- a/arch/arm/configs/colibri_vf_defconfig
+++ b/arch/arm/configs/colibri_vf_defconfig
@@ -94,6 +94,8 @@ CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_SCSI=y
# CONFIG_SCSI_PROC_FS is not set
+CONFIG_BLK_DEV_SD=y
+CONFIG_SCSI_SCAN_ASYNC=y
# CONFIG_SCSI_LOWLEVEL is not set
CONFIG_NETDEVICES=y
# CONFIG_NET_VENDOR_ARC is not set