From 9995833dda94c2d2df05aa7a2b122cdc9fc91b76 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Thu, 12 May 2016 11:49:07 +0900 Subject: [PATCH] ARM: tizen_tm1_defconfig: enable xts blk cipher config For luks support on cryptsetup in system, xts blk cipher is required. So this patch enables xts blk cipher config option. Change-Id: I2b7495a3d9cee974542f817c6821577b8b57acf9 Signed-off-by: Seung-Woo Kim --- arch/arm/configs/tizen_tm1_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_tm1_defconfig b/arch/arm/configs/tizen_tm1_defconfig index 8b898a8..5007420 100755 --- a/arch/arm/configs/tizen_tm1_defconfig +++ b/arch/arm/configs/tizen_tm1_defconfig @@ -3478,7 +3478,7 @@ CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set # CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_XTS is not set +CONFIG_CRYPTO_XTS=y # # Hash modes -- 2.7.4