Kconfig 689 B

12345678910111213141516171819202122232425262728
  1. #
  2. # 9P protocol configuration
  3. #
  4. menuconfig NET_9P
  5. depends on NET && EXPERIMENTAL
  6. tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
  7. help
  8. If you say Y here, you will get experimental support for
  9. Plan 9 resource sharing via the 9P2000 protocol.
  10. See <http://v9fs.sf.net> for more information.
  11. If unsure, say N.
  12. config NET_9P_VIRTIO
  13. depends on NET_9P && EXPERIMENTAL && VIRTIO
  14. tristate "9P Virtio Transport (Experimental)"
  15. help
  16. This builds support for a transports between
  17. guest partitions and a host partition.
  18. config NET_9P_DEBUG
  19. bool "Debug information"
  20. depends on NET_9P
  21. help
  22. Say Y if you want the 9P subsystem to log debug information.