diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-17 11:36:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-06-17 11:36:51 +0000 |
commit | c010f595b5865968a3e7b6d28272f672c0e13278 (patch) | |
tree | 5644a3112b71aca7819fd5c9cac13e8655c9827d | |
parent | 79023635ec80038fd9a40f7e13bb8f4685a1439d (diff) | |
download | upstream-c010f595b5865968a3e7b6d28272f672c0e13278.tar.gz upstream-c010f595b5865968a3e7b6d28272f672c0e13278.tar.bz2 upstream-c010f595b5865968a3e7b6d28272f672c0e13278.zip |
CC: 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>
Backport of r46017
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46018 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/64/config-default | 4 |
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 |