]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
virtio: add help to CONFIG_VIRTIO option.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 13 Sep 2012 01:03:44 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Sep 2012 01:04:45 +0000 (11:04 +1000)
commit406b52e1935ab350e137e275d08861ca66912f7f
treecc07f4bd592e08f15aaf024ec08af9c34fa56dd9
parent7421bb43f691338b6bd7007372780c7663a0b68f
virtio: add help to CONFIG_VIRTIO option.

Trying to enable a virtio driver (eg CONFIG_VIRTIO_BLK) is painful
because it depends on CONFIG_VIRTIO.  CONFIG_VIRTIO doesn't tell you
how to turn it on (it's selected from anything which provides a virtio
bus).

This patch at least adds some documentation, visible in menuconfig, as
a hint.

Reported-by: Kent Overstreet <koverstreet@google.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/virtio/Kconfig