提交 387daf17 编写于 作者: R Rusty Russell

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: NKent Overstreet <koverstreet@google.com>
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
上级 6457f126
# 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册