diff options
| -rw-r--r-- | arch/x86/Kconfig | 1 | ||||
| -rw-r--r-- | init/Kconfig | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 845ea2b2d487..bbcafaa160c0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -18,6 +18,7 @@ config X86_64 | |||
| 18 | ### Arch settings | 18 | ### Arch settings |
| 19 | config X86 | 19 | config X86 |
| 20 | def_bool y | 20 | def_bool y |
| 21 | select HAVE_UNSTABLE_SCHED_CLOCK | ||
| 21 | select HAVE_IDE | 22 | select HAVE_IDE |
| 22 | select HAVE_OPROFILE | 23 | select HAVE_OPROFILE |
| 23 | select HAVE_KPROBES | 24 | select HAVE_KPROBES |
diff --git a/init/Kconfig b/init/Kconfig index f0e62e5ce0dc..fa42e6b549d3 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -316,6 +316,12 @@ config CPUSETS | |||
| 316 | 316 | ||
| 317 | Say N if unsure. | 317 | Say N if unsure. |
| 318 | 318 | ||
| 319 | # | ||
| 320 | # Architectures with an unreliable sched_clock() should select this: | ||
| 321 | # | ||
| 322 | config HAVE_UNSTABLE_SCHED_CLOCK | ||
| 323 | bool | ||
| 324 | |||
| 319 | config GROUP_SCHED | 325 | config GROUP_SCHED |
| 320 | bool "Group CPU scheduler" | 326 | bool "Group CPU scheduler" |
| 321 | default y | 327 | default y |
