virtio: Allow virtio to be modular and used by modules
[cascardo/linux.git] / drivers / virtio / Kconfig
index 9e33fc4..de0c8c2 100644 (file)
@@ -1,8 +1,8 @@
 # Virtio always gets selected by whoever wants it.
 config VIRTIO
-       bool
+       tristate
 
 # Similarly the virtio ring implementation.
 config VIRTIO_RING
-       bool
+       tristate
        depends on VIRTIO