VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Satya Tangirala <satyat@google.com> 2020-07-02 01:56:05 +0000 committer: Eric Biggers <ebiggers@google.com> 2020-07-08 10:29:30 -0700 commit: 5fee36095cda45d34555aed3a2e8973b80cd6bf8 parent: 457e7a135cbf0a0b5ed2717c192c0c57112c3b32
Commit Summary:
fscrypt: add inline encryption support
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/crypto/Makefile b/fs/crypto/Makefile
index 232e2bb5a337..652c7180ec6d 100644
--- a/fs/crypto/Makefile
+++ b/fs/crypto/Makefile
@@ -11,3 +11,4 @@ fscrypto-y := crypto.o \
 	      policy.o
 
 fscrypto-$(CONFIG_BLOCK) += bio.o
+fscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) += inline_crypt.o