diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-08-25 12:49:06 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2020-08-25 15:43:46 +0900 |
commit | 9746e88a9680e82e29025e6d68b388e1e99d1a5d (patch) | |
tree | 0f539f762be9483f0bebb5df8127c869200f3174 | |
parent | c4c633970ea04bf254bab3302afdc2ffa9239c0b (diff) | |
download | linux-4.9-exynos9110-tizen_6.0.tar.gz linux-4.9-exynos9110-tizen_6.0.tar.bz2 linux-4.9-exynos9110-tizen_6.0.zip |
ARM64: tizen_tw3_defconfig: enable a config prefech_128 for dm-veritytizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115106submit/tizen_6.0_hotfix/20201102.192906submit/tizen_6.0/20201029.205505submit/tizen/20200825.081721accepted/tizen/unified/20200826.133047accepted/tizen/6.0/unified/hotfix/20201103.045018accepted/tizen/6.0/unified/20201030.102849tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified
Enable CONFIG_DM_VEIRTY_HASH_PREFETCH_MIN_SIZE_128.
Change-Id: I2b8f8c8aa91f9e50429c7f5d76f9a2973973e6df
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_tw3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/tizen_tw3_defconfig b/arch/arm64/configs/tizen_tw3_defconfig index a74ace23f0ec..0cea1da32591 100644 --- a/arch/arm64/configs/tizen_tw3_defconfig +++ b/arch/arm64/configs/tizen_tw3_defconfig @@ -1359,7 +1359,7 @@ CONFIG_DM_CRYPT=y # CONFIG_DM_UEVENT is not set # CONFIG_DM_FLAKEY is not set CONFIG_DM_VERITY=y -# CONFIG_DM_VERITY_HASH_PREFETCH_MIN_SIZE_128 is not set +CONFIG_DM_VERITY_HASH_PREFETCH_MIN_SIZE_128=y CONFIG_DM_VERITY_HASH_PREFETCH_MIN_SIZE=1 # CONFIG_DM_VERITY_FEC is not set # CONFIG_DM_SWITCH is not set |