]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/pohmelfs/Kconfig
Staging: pohmelfs should depend on CRYPTO
[karo-tx-linux.git] / drivers / staging / pohmelfs / Kconfig
1 config POHMELFS
2         tristate "POHMELFS filesystem support"
3         select CONNECTOR
4         select CRYPTO
5         select CRYPTO_BLKCIPHER
6         select CRYPTO_HMAC
7         help
8           POHMELFS stands for Parallel Optimized Host Message Exchange Layered File System.
9           This is a network filesystem which supports coherent caching of data and metadata
10           on clients.
11
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 noticebly and get really lots of kernel
19           messages in syslog.
20
21 config POHMELFS_CRYPTO
22         bool "POHMELFS crypto support"
23         depends on CONFIG_CRYPTO_BLKCIPHER && CONFIG_CRYPTO_HASH
24         help
25           This option allows to encrypt and/or protect with strong cryptographic hash all dataflow
26           between server and clients. Each config group can have own keys.