diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 52e18e6d2ba0..f94bca6ff47f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -410,6 +410,10 @@ config PARAVIRT | |||
410 | over full virtualization. However, when run without a hypervisor | 410 | over full virtualization. However, when run without a hypervisor |
411 | the kernel is theoretically slower and slightly larger. | 411 | the kernel is theoretically slower and slightly larger. |
412 | 412 | ||
413 | config PARAVIRT_CLOCK | ||
414 | bool | ||
415 | default n | ||
416 | |||
413 | endif | 417 | endif |
414 | 418 | ||
415 | config MEMTEST_BOOTPARAM | 419 | config MEMTEST_BOOTPARAM |