summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/64
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-06-17 11:31:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-06-17 11:31:45 +0000
commit6f197501b7794b365ff5034aec2e770f3fdc8a2d (patch)
treefa204ccbffe129de0f4854a56cc0da3fa59b746e /target/linux/x86/64
parent2d5a364e600a2d825020c1ac934390a3de49713f (diff)
downloadmaster-31e0f0ae-6f197501b7794b365ff5034aec2e770f3fdc8a2d.tar.gz
master-31e0f0ae-6f197501b7794b365ff5034aec2e770f3fdc8a2d.tar.bz2
master-31e0f0ae-6f197501b7794b365ff5034aec2e770f3fdc8a2d.zip
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 <jow@openwrt.org> SVN-Revision: 46017
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r--target/linux/x86/64/config-default4
1 files changed, 2 insertions, 2 deletions
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