aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-12-04 10:32:31 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-05-09 10:17:18 +0200
commit5a0e9b23485005aaa03ce0efd16ccfefd0c24396 (patch)
treebde3c9ee5ef36d1d11dd5602c435e3e8b10fde5c
parenta483ffd3e9a82aa569b21258906eedd24a083a76 (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