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