virtio: make VIRTIO a menuconfig to ease disabling it all
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 7 Jan 2018 11:33:56 +0000 (12:33 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Feb 2018 14:26:43 +0000 (16:26 +0200)
commit7b95fec6d2ffa53f4a8d637b0f223644d458ea4e
treec07d62d163c2ab68aff7a2d9ecaa9b1c83a87f4a
parenta311650ae6ad0c169ade2583f78aa519878ea13f
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: Vincent Legoll <vincent.legoll@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/Kconfig