Skip to content
Snippets Groups Projects
Commit e90c83f7 authored by John Stultz's avatar John Stultz
Browse files

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: default avatarJohn Stultz <john.stultz@linaro.org>
parent 05ad717c
No related branches found
No related tags found
No related merge requests found
...@@ -108,6 +108,7 @@ config X86 ...@@ -108,6 +108,7 @@ config X86
select GENERIC_STRNLEN_USER select GENERIC_STRNLEN_USER
select HAVE_RCU_USER_QS if X86_64 select HAVE_RCU_USER_QS if X86_64
select HAVE_IRQ_TIME_ACCOUNTING select HAVE_IRQ_TIME_ACCOUNTING
select HAS_PERSISTENT_CLOCK
select GENERIC_KERNEL_THREAD select GENERIC_KERNEL_THREAD
select GENERIC_KERNEL_EXECVE select GENERIC_KERNEL_EXECVE
select MODULES_USE_ELF_REL if X86_32 select MODULES_USE_ELF_REL if X86_32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment