From f26c3036f2d3670e342f3de853449bf7397f62e6 Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Tue, 10 Feb 2009 00:30:15 +0300 Subject: [PATCH] Staging: pohmelfs: select crypto modules from the config. Signed-off-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- drivers/staging/pohmelfs/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/pohmelfs/Kconfig b/drivers/staging/pohmelfs/Kconfig index 82d13ad..f150ecb 100644 --- a/drivers/staging/pohmelfs/Kconfig +++ b/drivers/staging/pohmelfs/Kconfig @@ -1,6 +1,8 @@ config POHMELFS tristate "POHMELFS filesystem support" select CONNECTOR + select CRYPTO_BLKCIPHER + select CRYPTO_HMAC help POHMELFS stands for Parallel Optimized Host Message Exchange Layered File System. This is a network filesystem which supports coherent caching of data and metadata -- 2.7.4