aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-12-04 10:32:31 +0100
committerVinod Koul <vkoul@kernel.org>2020-04-13 17:46:04 +0530
commitb932a786ae1610f57462678171599b011058371c (patch)
tree3a042bab530da182fed3a2eda77e0a4e1fd88a53
parent56d3c9a50fbbcc4b1a00c45ae9e2971f904cdca9 (diff)
kernel: configs: enable dm_mod and dm_crypt
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--kernel/configs/distro.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/configs/distro.config b/kernel/configs/distro.config
index 253e47565282..35f59fb0cda3 100644
--- a/kernel/configs/distro.config
+++ b/kernel/configs/distro.config
@@ -438,3 +438,8 @@ CONFIG_ARMV8_DEPRECATED=y
CONFIG_SWP_EMULATION=y
CONFIG_CP15_BARRIER_EMULATION=y
CONFIG_SETEND_EMULATION=y
+
+# Enable DM_CRYPT
+CONFIG_MD=y
+CONFIG_BLK_DEV_DM=m
+CONFIG_DM_CRYPT=m