]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/pohmelfs/Kconfig
82d13ad67c86e17be48d78401f38dd51b031e82d
[karo-tx-linux.git] / drivers / staging / pohmelfs / Kconfig
1 config POHMELFS
2         tristate "POHMELFS filesystem support"
3         select CONNECTOR
4         help
5           POHMELFS stands for Parallel Optimized Host Message Exchange Layered File System.
6           This is a network filesystem which supports coherent caching of data and metadata
7           on clients.
8
9 config POHMELFS_DEBUG
10         bool "POHMELFS debugging"
11         depends on POHMELFS
12         default n
13         help
14           Turns on excessive POHMELFS debugging facilities.
15           You usually do not want to slow things down noticebly and get really lots of kernel
16           messages in syslog.
17
18 config POHMELFS_CRYPTO
19         bool "POHMELFS crypto support"
20         depends on CONFIG_CRYPTO_BLKCIPHER && CONFIG_CRYPTO_HASH
21         help
22           This option allows to encrypt and/or protect with strong cryptographic hash all dataflow
23           between server and clients. Each config group can have own keys.