diff options
author | Junghoon Kim <jhoon20.kim@samsung.com> | 2020-01-20 15:28:38 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2020-01-20 08:01:09 +0000 |
commit | e517c437cb8042252190de5bad08728a3b0524e6 (patch) | |
tree | 6e72d75781e3e2e2fa29a8afa4018a53ea3d1880 | |
parent | b4188693e90c03cbc4020fe534555cebf1ca5297 (diff) | |
download | linux-rpi3-e517c437cb8042252190de5bad08728a3b0524e6.tar.gz linux-rpi3-e517c437cb8042252190de5bad08728a3b0524e6.tar.bz2 linux-rpi3-e517c437cb8042252190de5bad08728a3b0524e6.zip |
ARM64: tizen_bcmrpi3_defconfig: Disable RAID6_PQ_BENCHMARKsubmit/tizen/20200121.011335accepted/tizen/unified/20200121.121402
Skip the algorithm benchmarking process of RAID6 for the fast kernel
startup. The option is not crucial for the rpi boards.
Change-Id: I9c959bcf2bbb178e72bc4315a0734d8059ebd46b
Signed-off-by: Junghoon Kim <jhoon20.kim@samsung.com>
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index 848bb716b95d..d55590eeb945 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -419,6 +419,7 @@ CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y CONFIG_CRYPTO_XTS=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_LZO=y +# CONFIG_RAID6_PQ_BENCHMARK is not set CONFIG_CRC_ITU_T=y CONFIG_PRINTK_TIME=y CONFIG_BOOT_PRINTK_DELAY=y |