Kconfig 479 B

123456789101112131415161718192021
  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_DEBUG
  13. bool "Debug information"
  14. depends on NET_9P
  15. help
  16. Say Y if you want the 9P subsistem to log debug information.