Kconfig 844 B

1234567891011121314151617181920212223242526272829
  1. config POHMELFS
  2. tristate "POHMELFS filesystem support"
  3. depends on NET
  4. select CONNECTOR
  5. select CRYPTO
  6. select CRYPTO_BLKCIPHER
  7. select CRYPTO_HMAC
  8. help
  9. POHMELFS stands for Parallel Optimized Host Message Exchange Layered
  10. File System. This is a network filesystem which supports coherent
  11. caching of data and metadata on clients.
  12. config POHMELFS_DEBUG
  13. bool "POHMELFS debugging"
  14. depends on POHMELFS
  15. default n
  16. help
  17. Turns on excessive POHMELFS debugging facilities.
  18. You usually do not want to slow things down noticeably and get really
  19. lots of kernel messages in syslog.
  20. config POHMELFS_CRYPTO
  21. bool "POHMELFS crypto support"
  22. depends on POHMELFS
  23. help
  24. This option allows to encrypt and/or protect with strong
  25. cryptographic hash all dataflow between server and clients.
  26. Each config group can have its own keys.