aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio/Kconfig
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2008-02-04 23:50:05 -0500
committerRusty Russell <rusty@rustcorp.com.au>2008-02-04 23:50:06 +1100
commitc6fd47011b4bdebad3f1513bac75fe4895e332ee (patch)
tree12224cdb2594be26e02291b142ba6e1e2c1c8122 /drivers/virtio/Kconfig
parent15f9c8903cbdb02aee0f1bcf86a97c2e238b9a3d (diff)
downloadkernel_samsung_smdk4412-c6fd47011b4bdebad3f1513bac75fe4895e332ee.tar.gz
kernel_samsung_smdk4412-c6fd47011b4bdebad3f1513bac75fe4895e332ee.tar.bz2
kernel_samsung_smdk4412-c6fd47011b4bdebad3f1513bac75fe4895e332ee.zip
virtio: Allow virtio to be modular and used by modules
This is needed for the virtio PCI device to be compiled as a module. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r--drivers/virtio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 9e33fc4da87..de0c8c2654e 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -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