Kconfig 168 字节
Newer Older
R
Rusty Russell 已提交
1 2
# Virtio always gets selected by whoever wants it.
config VIRTIO
3
	tristate
4 5 6

# Similarly the virtio ring implementation.
config VIRTIO_RING
7
	tristate
8
	depends on VIRTIO