[RFC PATCH 02/19] btrfs: add encryption dependencies to Kconfig

From: Mark Harmstone
Date: Tue Jan 08 2019 - 20:27:30 EST


Signed-off-by: Mark Harmstone <mark@xxxxxxxxxxxxx>
---
fs/btrfs/Kconfig | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 23537bc8c827..e6b3b51da91f 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -12,6 +12,10 @@ config BTRFS_FS
select RAID6_PQ
select XOR_BLOCKS
select SRCU
+ select KEYS
+ select CRYPTO_AES
+ select CRYPTO_CTR
+ select CRYPTO_RNG

help
Btrfs is a general purpose copy-on-write filesystem with extents,
--
2.19.2