From 6d730d526dd9176385707d07b8b432d2ef990d03 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 28 Sep 2012 15:05:15 +0930 Subject: [PATCH] --- yaml --- r: 331407 b: refs/heads/master c: 387daf1716da579fc1d198414d890967cd624a5b h: refs/heads/master i: 331405: 1bd2dbd84a8394106bdb4a0efa3e3ed2e26939c8 331403: 1e64cea1c5719d327e8302b855d569cc6dee7cd8 331399: 0ea9a0309abf700a3f088ab8a10040cc88e5fde9 331391: 4dafa5449856a73d921a21aa062e76e2bc83c517 v: v3 --- [refs] | 2 +- trunk/drivers/virtio/Kconfig | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 59201650dcba..dfa2b3efb081 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6457f126c888b3481fdae6f702e616cd0c79646e +refs/heads/master: 387daf1716da579fc1d198414d890967cd624a5b diff --git a/trunk/drivers/virtio/Kconfig b/trunk/drivers/virtio/Kconfig index 8e048518eeb3..eabc2a0cd989 100644 --- a/trunk/drivers/virtio/Kconfig +++ b/trunk/drivers/virtio/Kconfig @@ -1,8 +1,10 @@ -# Virtio always gets selected by whoever wants it. config VIRTIO tristate + ---help--- + This option is selected by any driver which implements the virtio + bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_LGUEST, + CONFIG_RPMSG or CONFIG_S390_GUEST. -# Similarly the virtio ring implementation. config VIRTIO_RING tristate depends on VIRTIO