From 9a883c648aafcab3f03319e37f1659157ae7ffc7 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 14 Oct 2019 21:17:11 +0800 Subject: [PATCH] arm64: rockchip_defconfig: enable HZ_1000 For save boot time. Change-Id: I46496ae86e462882cfd3e357a3b0ee3cfc3117da Signed-off-by: Tao Huang --- arch/arm64/configs/rockchip_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index e5120ba5428d..7aa21648889e 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -61,7 +61,7 @@ CONFIG_PCIE_ROCKCHIP_HOST=y # CONFIG_QCOM_FALKOR_ERRATUM_E1041 is not set CONFIG_SCHED_MC=y CONFIG_NR_CPUS=8 -CONFIG_HZ_300=y +CONFIG_HZ_1000=y CONFIG_SECCOMP=y CONFIG_ARMV8_DEPRECATED=y CONFIG_SWP_EMULATION=y