diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-04-20 15:43:54 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2016-04-20 15:43:57 +0900 |
commit | 82f40c61bbbebf02f9c9b45510fafa62af3f0a2b (patch) | |
tree | bd671f172aaf91c335fb7d5a63db25042740d1b4 | |
parent | b94f397ca5d02fec25b06269bd999a73c4ee3516 (diff) | |
download | linux-exynos-accepted/tizen/wearable/20160421.011046.tar.gz linux-exynos-accepted/tizen/wearable/20160421.011046.tar.bz2 linux-exynos-accepted/tizen/wearable/20160421.011046.zip |
ARM: odroidxu3_defconfig: enable dm_cryptsubmit/tizen/20160420.073943accepted/tizen/wearable/20160421.011046accepted/tizen/tv/20160421.011034accepted/tizen/mobile/20160421.011157accepted/tizen/ivi/20160421.011037accepted/tizen/common/20160421.161425
This patch enables dm_crypto config instead of building as a
module to manage encrypted disk.
Change-Id: Ic1639439a473cc2cd2e5206de282798d2e9f3973
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r-- | arch/arm/configs/odroidxu3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/odroidxu3_defconfig b/arch/arm/configs/odroidxu3_defconfig index c9409fc23641..f9d6f28a117e 100644 --- a/arch/arm/configs/odroidxu3_defconfig +++ b/arch/arm/configs/odroidxu3_defconfig @@ -1363,7 +1363,7 @@ CONFIG_BLK_DEV_DM_BUILTIN=y CONFIG_BLK_DEV_DM=y # CONFIG_DM_MQ_DEFAULT is not set # CONFIG_DM_DEBUG is not set -CONFIG_DM_CRYPT=m +CONFIG_DM_CRYPT=y # CONFIG_DM_SNAPSHOT is not set # CONFIG_DM_THIN_PROVISIONING is not set # CONFIG_DM_CACHE is not set |