diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index a9534c21c306..eb80f5aca54e 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -40,7 +40,11 @@ config CLOCKSOURCE_WATCHDOG | |||
40 | bool | 40 | bool |
41 | default y | 41 | default y |
42 | 42 | ||
43 | config GENERIC_CLOCKEVENTS_MIGR | 43 | config GENERIC_CLOCKEVENTS |
44 | bool | ||
45 | default y | ||
46 | |||
47 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
44 | bool | 48 | bool |
45 | default y | 49 | default y |
46 | 50 | ||