diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 12:04:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 12:04:01 -0700 |
commit | 01e7ae8c13bb06a2ce622ebace33bb7e28ef596c (patch) | |
tree | 3dcaf08b5268e1602c6e6bc85870ebbc2f927856 /net/9p/Kconfig | |
parent | 117636092a87a28a013a4acb5de5492645ed620f (diff) | |
parent | 22150c4f0f02619c256f35db2f1ec912549b4ca5 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs:
9p: v9fs_vfs_rename incorrect clunk order
9p: fix memleak in fs/9p/v9fs.c
9p: add virtio transport
Diffstat (limited to 'net/9p/Kconfig')
-rw-r--r-- | net/9p/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/9p/Kconfig b/net/9p/Kconfig index 71bc110aebf..bafc50c9e6f 100644 --- a/net/9p/Kconfig +++ b/net/9p/Kconfig @@ -23,6 +23,13 @@ config NET_9P_FD file descriptors. TCP/IP is the default transport for 9p, so if you are going to use 9p, you'll likely want this. +config NET_9P_VIRTIO + depends on NET_9P && EXPERIMENTAL && VIRTIO + tristate "9P Virtio Transport (Experimental)" + help + This builds support for a transports between + guest partitions and a host partition. + config NET_9P_DEBUG bool "Debug information" depends on NET_9P |