[linux-yocto] [PATCH 2/2] fs/ext4.cfg: remove EXT4_FS_ENCRYPTION and EXT4_ENCRYPTION
Anuj Mittal
anuj.mittal at intel.com
Wed May 15 19:26:05 PDT 2019
These have been removed and are now controlled by CONFIG_FS_ENCRYPTION
which is enabled by standard/preempt-rt.cfg.
https://github.com/torvalds/linux/commit/643fa9612bf1a29153eee46fd398117632f93cbe
Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
cfg/fs/ext4.cfg | 2 --
1 file changed, 2 deletions(-)
diff --git a/cfg/fs/ext4.cfg b/cfg/fs/ext4.cfg
index 5d4e2c68..430d265b 100644
--- a/cfg/fs/ext4.cfg
+++ b/cfg/fs/ext4.cfg
@@ -1,5 +1,3 @@
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
-CONFIG_EXT4_ENCRYPTION=y
-CONFIG_EXT4_FS_ENCRYPTION=y
--
2.20.1
More information about the linux-yocto
mailing list