summaryrefslogtreecommitdiff
path: root/linaro/configs/vexpress64.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@linaro.org>2012-12-19 08:16:50 -0700
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-09-26 17:12:50 +0400
commitc14f46b390e983d97893e7413635686ddddd9013 (patch)
tree0fbe87208ae72c3f9918e5b1f675d6ec75e3abc3 /linaro/configs/vexpress64.conf
parent6334fd2f41fe6a50d5bbcf50035966cb9f4a3a8f (diff)
enable VIRTIO_BLK
Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'linaro/configs/vexpress64.conf')
-rw-r--r--linaro/configs/vexpress64.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 0d144d45fff..d75f2471000 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -41,7 +41,8 @@ CONFIG_IP_PNP_BOOTP=y
# CONFIG_WIRELESS is not set
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
-# CONFIG_BLK_DEV is not set
+CONFIG_BLK_DEV=y
+CONFIG_VIRTIO_BLK=y
CONFIG_SCSI=y
# CONFIG_SCSI_PROC_FS is not set
CONFIG_BLK_DEV_SD=y
@@ -68,6 +69,8 @@ CONFIG_LOGO=y
# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
# CONFIG_IOMMU_SUPPORT is not set
+CONFIG_VIRTIO=y
+CONFIG_VIRTIO_MMIO=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set