From 91566815f2c4ba0d1873efaebf56d366b7f0dc02 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Tue, 22 Dec 2020 16:27:46 +0900 Subject: [PATCH] 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 --- arch/arm64/configs/tizen_kvims_defconfig | 1 + arch/arm64/configs/tizen_odroidg12_defconfig | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1