diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 595fb771366e..1df4a1f14289 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -18,6 +18,18 @@ config GENERIC_TIME | |||
18 | bool | 18 | bool |
19 | default y | 19 | default y |
20 | 20 | ||
21 | config CLOCKSOURCE_WATCHDOG | ||
22 | bool | ||
23 | default y | ||
24 | |||
25 | config GENERIC_CLOCKEVENTS | ||
26 | bool | ||
27 | default y | ||
28 | |||
29 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
30 | bool | ||
31 | default y | ||
32 | |||
21 | config LOCKDEP_SUPPORT | 33 | config LOCKDEP_SUPPORT |
22 | bool | 34 | bool |
23 | default y | 35 | default y |
@@ -74,6 +86,8 @@ source "init/Kconfig" | |||
74 | 86 | ||
75 | menu "Processor type and features" | 87 | menu "Processor type and features" |
76 | 88 | ||
89 | source "kernel/time/Kconfig" | ||
90 | |||
77 | config SMP | 91 | config SMP |
78 | bool "Symmetric multi-processing support" | 92 | bool "Symmetric multi-processing support" |
79 | ---help--- | 93 | ---help--- |
@@ -205,7 +219,7 @@ config PARAVIRT | |||
205 | 219 | ||
206 | config VMI | 220 | config VMI |
207 | bool "VMI Paravirt-ops support" | 221 | bool "VMI Paravirt-ops support" |
208 | depends on PARAVIRT | 222 | depends on PARAVIRT && !NO_HZ |
209 | default y | 223 | default y |
210 | help | 224 | help |
211 | VMI provides a paravirtualized interface to multiple hypervisors | 225 | VMI provides a paravirtualized interface to multiple hypervisors |