summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-06-03 16:34:41 +0200
committerStefan Agner <stefan.agner@toradex.com>2015-06-03 16:34:41 +0200
commitb1a15a38b44792b20e47af612de0a5042d963dfe (patch)
tree40d45cf956770ba6428c772ca5da2fcde56364f4 /recipes-kernel/linux
parent261a21b8789b925f685f6a75d874938ab9da919f (diff)
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.
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex-vf-4.0/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-vf-4.0/defconfig b/recipes-kernel/linux/linux-toradex-vf-4.0/defconfig
index 8c76234..ce119d8 100644
--- a/recipes-kernel/linux/linux-toradex-vf-4.0/defconfig
+++ b/recipes-kernel/linux/linux-toradex-vf-4.0/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