From: John Stultz Date: Tue, 15 Jan 2013 19:45:19 +0000 (+0000) Subject: x86: Select HAS_PERSISTENT_CLOCK on x86 X-Git-Tag: upstream/snapshot3+hdmi~5739^2~2^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e90c83f757fffdacec8b3c5eee5617dcc038338f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: Select HAS_PERSISTENT_CLOCK on x86 Select HAS_PERSISTENT_CLOCK on x86 to simplify RTC options and allow the compiler to remove unused code. Signed-off-by: John Stultz --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 46c3bff..a4135b5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -108,6 +108,7 @@ config X86 select GENERIC_STRNLEN_USER select HAVE_RCU_USER_QS if X86_64 select HAVE_IRQ_TIME_ACCOUNTING + select HAS_PERSISTENT_CLOCK select GENERIC_KERNEL_THREAD select GENERIC_KERNEL_EXECVE select MODULES_USE_ELF_REL if X86_32