Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / pohmelfs / Kconfig
CommitLineData
18bc0bbd
EP
1config POHMELFS
2 tristate "POHMELFS filesystem support"
36ec4ab8 3 depends on NET
18bc0bbd 4 select CONNECTOR
a6bab77c 5 select CRYPTO
f26c3036
EP
6 select CRYPTO_BLKCIPHER
7 select CRYPTO_HMAC
18bc0bbd 8 help
36ec4ab8
RD
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.
18bc0bbd
EP
12
13config POHMELFS_DEBUG
14 bool "POHMELFS debugging"
15 depends on POHMELFS
16 default n
17 help
18 Turns on excessive POHMELFS debugging facilities.
36ec4ab8
RD
19 You usually do not want to slow things down noticeably and get really
20 lots of kernel messages in syslog.
18bc0bbd
EP
21
22config POHMELFS_CRYPTO
23 bool "POHMELFS crypto support"
36ec4ab8 24 depends on POHMELFS
18bc0bbd 25 help
36ec4ab8
RD
26 This option allows to encrypt and/or protect with strong
27 cryptographic hash all dataflow between server and clients.
28 Each config group can have its own keys.