diff options
author | John Stultz <john.stultz@linaro.org> | 2013-01-15 14:45:19 -0500 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2013-01-15 21:16:09 -0500 |
commit | e90c83f757fffdacec8b3c5eee5617dcc038338f (patch) | |
tree | 25e5556dc48ad39ebd84e6cead51168fad6174c1 | |
parent | 05ad717c77b1b8e98a1dd768c3700036d634629e (diff) |
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 <john.stultz@linaro.org>
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 46c3bff3ced2..a4135b5e562e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -108,6 +108,7 @@ config X86 | |||
108 | select GENERIC_STRNLEN_USER | 108 | select GENERIC_STRNLEN_USER |
109 | select HAVE_RCU_USER_QS if X86_64 | 109 | select HAVE_RCU_USER_QS if X86_64 |
110 | select HAVE_IRQ_TIME_ACCOUNTING | 110 | select HAVE_IRQ_TIME_ACCOUNTING |
111 | select HAS_PERSISTENT_CLOCK | ||
111 | select GENERIC_KERNEL_THREAD | 112 | select GENERIC_KERNEL_THREAD |
112 | select GENERIC_KERNEL_EXECVE | 113 | select GENERIC_KERNEL_EXECVE |
113 | select MODULES_USE_ELF_REL if X86_32 | 114 | select MODULES_USE_ELF_REL if X86_32 |