Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251292
b: refs/heads/master
c: 87211cd
h: refs/heads/master
v: v3
  • Loading branch information
Eric Van Hensbergen committed May 25, 2011
1 parent ab3d4ed commit a68ead6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aca0076336d0cb689b87640194df794a0fedadc3
refs/heads/master: 87211cd8db6e5d1c9154812139d04a3dc6f282bf
5 changes: 2 additions & 3 deletions trunk/fs/9p/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config 9P_FS
tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
depends on INET && NET_9P && EXPERIMENTAL
tristate "Plan 9 Resource Sharing Support (9P2000)"
depends on INET && NET_9P
help
If you say Y here, you will get experimental support for
Plan 9 resource sharing via the 9P2000 protocol.
Expand All @@ -10,7 +10,6 @@ config 9P_FS
If unsure, say N.

if 9P_FS

config 9P_FSCACHE
bool "Enable 9P client caching support (EXPERIMENTAL)"
depends on EXPERIMENTAL
Expand Down
8 changes: 4 additions & 4 deletions trunk/net/9p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#

menuconfig NET_9P
depends on NET && EXPERIMENTAL
tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
depends on NET
tristate "Plan 9 Resource Sharing Support (9P2000)"
help
If you say Y here, you will get experimental support for
Plan 9 resource sharing via the 9P2000 protocol.
Expand All @@ -16,8 +16,8 @@ menuconfig NET_9P
if NET_9P

config NET_9P_VIRTIO
depends on EXPERIMENTAL && VIRTIO
tristate "9P Virtio Transport (Experimental)"
depends on VIRTIO
tristate "9P Virtio Transport"
help
This builds support for a transports between
guest partitions and a host partition.
Expand Down

0 comments on commit a68ead6

Please sign in to comment.