From: Seung-Woo Kim Date: Tue, 22 Dec 2020 07:27:46 +0000 (+0900) Subject: arm64: configs: tizen_*: Disable RAID6_PQ_BENCHMARK X-Git-Tag: submit/tizen/20210107.224559~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91566815f2c4ba0d1873efaebf56d366b7f0dc02;p=platform%2Fkernel%2Flinux-amlogic.git arm64: configs: tizen_*: Disable RAID6_PQ_BENCHMARK Skip the algorithm benchmarking process of RAID6. This is helpful for systems where fast kernel startup is important. Also, The option is not crucial for the amlogic boards. Change-Id: Ib83637d619ed779058403f24fc87ab0880f7d623 Signed-off-by: Junghoon Kim Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm64/configs/tizen_kvims_defconfig b/arch/arm64/configs/tizen_kvims_defconfig index 335f15ef2d61..b1a18ef9e54b 100644 --- a/arch/arm64/configs/tizen_kvims_defconfig +++ b/arch/arm64/configs/tizen_kvims_defconfig @@ -756,6 +756,7 @@ CONFIG_CRYPTO_SHA1_ARM64_CE=y CONFIG_CRYPTO_SHA2_ARM64_CE=y CONFIG_CRYPTO_GHASH_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE_BLK=y +# CONFIG_RAID6_PQ_BENCHMARK is not set CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC7=y diff --git a/arch/arm64/configs/tizen_odroidg12_defconfig b/arch/arm64/configs/tizen_odroidg12_defconfig index 4e0dce0625fc..9b4c740f0a97 100644 --- a/arch/arm64/configs/tizen_odroidg12_defconfig +++ b/arch/arm64/configs/tizen_odroidg12_defconfig @@ -1554,6 +1554,7 @@ CONFIG_CRYPTO_SHA1_ARM64_CE=y CONFIG_CRYPTO_SHA2_ARM64_CE=y CONFIG_CRYPTO_GHASH_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE_BLK=y +# CONFIG_RAID6_PQ_BENCHMARK is not set CONFIG_CRC_CCITT=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y