提交 7b95fec6 编写于 作者: V Vincent Legoll 提交者: Michael S. Tsirkin

virtio: make VIRTIO a menuconfig to ease disabling it all

No need to get into the submenu to disable all VIRTIO-related
config entries.

This makes it easier to disable all VIRTIO config options
without entering the submenu. It will also enable one
to see that en/dis-abled state from the outside menu.

This is only intended to change menuconfig UI, not change
the config dependencies.
Signed-off-by: NVincent Legoll <vincent.legoll@gmail.com>
Reviewed-by: NRandy Dunlap <rdunlap@infradead.org>
Tested-by: NRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 a311650a
...@@ -5,7 +5,11 @@ config VIRTIO ...@@ -5,7 +5,11 @@ config VIRTIO
bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG
or CONFIG_S390_GUEST. or CONFIG_S390_GUEST.
menu "Virtio drivers" menuconfig VIRTIO_MENU
bool "Virtio drivers"
default y
if VIRTIO_MENU
config VIRTIO_PCI config VIRTIO_PCI
tristate "PCI driver for virtio devices" tristate "PCI driver for virtio devices"
...@@ -79,4 +83,4 @@ config VIRTIO_MMIO_CMDLINE_DEVICES ...@@ -79,4 +83,4 @@ config VIRTIO_MMIO_CMDLINE_DEVICES
If unsure, say 'N'. If unsure, say 'N'.
endmenu endif # VIRTIO_MENU
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册