From: jow Date: Wed, 17 Jun 2015 11:31:45 +0000 (+0000) Subject: x86/64: enable VirtIO block and console support X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=0f2885a2c7815d289f5161c24de0b1bf6e2e0d02;p=openwrt-working-2016%2F.git x86/64: enable VirtIO block and console support This is required to use x86/64 in KVM containers with VirtIO disks Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46017 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index db25440966..1caad741a6 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -183,8 +183,8 @@ CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 CONFIG_VIRTIO=y CONFIG_VIRTIO_BALLOON=y -# CONFIG_VIRTIO_BLK is not set -# CONFIG_VIRTIO_CONSOLE is not set +CONFIG_VIRTIO_BLK=y +CONFIG_VIRTIO_CONSOLE=y CONFIG_VIRTIO_MMIO=y # CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set CONFIG_VIRTIO_NET=y