From dad9fb743fb71f95c851b0d618ab998f65c574cf Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Fri, 1 Nov 2019 15:52:55 +0800 Subject: [PATCH] arm64: rockchip_defconfig: disable CONFIG_AUDITSYSCALL CONFIG_AUDITSYSCALL are enabled by default. This causes the audit of all system call which impacts performance. Disable these unused configs to improve performance. Change-Id: I7a147989dcaaf5c22d3d6d17e24f16ea38384d85 Signed-off-by: Tao Huang --- arch/arm64/configs/rockchip_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_defconfig b/arch/arm64/configs/rockchip_defconfig index 4b2a58444dcd..80783a744615 100644 --- a/arch/arm64/configs/rockchip_defconfig +++ b/arch/arm64/configs/rockchip_defconfig @@ -1,5 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set CONFIG_AUDIT=y +# CONFIG_AUDITSYSCALL is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_PREEMPT=y