~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/9p/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
 
5
5
menuconfig NET_9P
6
 
        depends on NET && EXPERIMENTAL
7
 
        tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
 
6
        depends on NET
 
7
        tristate "Plan 9 Resource Sharing Support (9P2000)"
8
8
        help
9
9
          If you say Y here, you will get experimental support for
10
10
          Plan 9 resource sharing via the 9P2000 protocol.
16
16
if NET_9P
17
17
 
18
18
config NET_9P_VIRTIO
19
 
        depends on EXPERIMENTAL && VIRTIO
20
 
        tristate "9P Virtio Transport (Experimental)"
 
19
        depends on VIRTIO
 
20
        tristate "9P Virtio Transport"
21
21
        help
22
22
          This builds support for a transports between
23
23
          guest partitions and a host partition.