From: Ryan Harkin Date: Tue, 14 Jan 2014 15:46:58 +0000 (+0000) Subject: linaro/configs: rtsm: add virtio mmio support X-Git-Tag: firefly_0821_release~3680^2~158^2~12 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=17963158c5a1299783936ea10dbf0b0095071a1b;p=firefly-linux-kernel-4.4.55.git linaro/configs: rtsm: add virtio mmio support Add support for the virtio mmio block device to the configs. This also requires a corresponding DTB change to also add the virtio device. Signed-off-by: Ryan Harkin Signed-off-by: Mark Brown --- diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf index 94c36e016ad4..73cae2b8f8f7 100644 --- a/linaro/configs/vexpress.conf +++ b/linaro/configs/vexpress.conf @@ -57,3 +57,7 @@ CONFIG_LEDS_GPIO=y CONFIG_LEDS_TRIGGERS=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_CPU=y +CONFIG_VIRTIO=y +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_MMIO=y +CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y