From 7f97686715a7a4413baabe47df28946e175f5a59 Mon Sep 17 00:00:00 2001 From: Russell King Date: Wed, 31 Oct 2018 09:56:24 +0000 Subject: ARM: Kconfig: remove useless "default n" The default for Kconfig options is always n, so there's no need to explicitly state a "n" default. Acked-by: Tony Lindgren Acked-by: Robert Jarzmik Signed-off-by: Russell King --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 94c7a158e264..a37ee58c6cf3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1783,7 +1783,6 @@ config PARAVIRT config PARAVIRT_TIME_ACCOUNTING bool "Paravirtual steal time accounting" select PARAVIRT - default n help Select this option to enable fine granularity task steal time accounting. Time spent executing other tasks in parallel with -- cgit v1.2.1