diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-24 20:05:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-24 20:05:40 +0200 |
commit | a1a83abc638bde0565c41d73381f46ea5d19f1e8 (patch) | |
tree | c84b6642ffdf163ecf3b58d08cef672db752eff3 /qemu-x86_64.config | |
parent | 2ac7f2f4f9e38b2aba1783a587e10b7c74108069 (diff) | |
download | kconfig-a1a83abc638bde0565c41d73381f46ea5d19f1e8.tar.gz |
multiarch
Diffstat (limited to 'qemu-x86_64.config')
-rw-r--r-- | qemu-x86_64.config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/qemu-x86_64.config b/qemu-x86_64.config index 5e4b440..60c6293 100644 --- a/qemu-x86_64.config +++ b/qemu-x86_64.config @@ -1,4 +1,5 @@ -# virtio drivers -CONFIG_VIRTIO_BLK=m -CONFIG_VIRTIO_NET=m -CONFIG_SCSI_VIRTIO=m +############################################################## +# disable hardware not supported by qemu +# leftovers from "make localmodconfig" + +CONFIG_XEN=n |