diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 44ee7f6acf7b..289f448ac89c 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -303,6 +303,21 @@ config HPET_TIMER | |||
303 | as it is off-chip. You can find the HPET spec at | 303 | as it is off-chip. You can find the HPET spec at |
304 | <http://www.intel.com/labs/platcomp/hpet/hpetspec.htm>. | 304 | <http://www.intel.com/labs/platcomp/hpet/hpetspec.htm>. |
305 | 305 | ||
306 | config X86_PM_TIMER | ||
307 | bool "PM timer" | ||
308 | depends on ACPI | ||
309 | default y | ||
310 | help | ||
311 | Support the ACPI PM timer for time keeping. This is slow, | ||
312 | but is useful on some chipsets without HPET on systems with more | ||
313 | than one CPU. On a single processor or single socket multi core | ||
314 | system it is normally not required. | ||
315 | When the PM timer is active 64bit vsyscalls are disabled | ||
316 | and should not be enabled (/proc/sys/kernel/vsyscall64 should | ||
317 | not be changed). | ||
318 | The kernel selects the PM timer only as a last resort, so it is | ||
319 | useful to enable just in case. | ||
320 | |||
306 | config HPET_EMULATE_RTC | 321 | config HPET_EMULATE_RTC |
307 | bool "Provide RTC interrupt" | 322 | bool "Provide RTC interrupt" |
308 | depends on HPET_TIMER && RTC=y | 323 | depends on HPET_TIMER && RTC=y |
@@ -407,7 +422,7 @@ config PCI_DIRECT | |||
407 | 422 | ||
408 | config PCI_MMCONFIG | 423 | config PCI_MMCONFIG |
409 | bool "Support mmconfig PCI config space access" | 424 | bool "Support mmconfig PCI config space access" |
410 | depends on PCI | 425 | depends on PCI && ACPI |
411 | select ACPI_BOOT | 426 | select ACPI_BOOT |
412 | 427 | ||
413 | config UNORDERED_IO | 428 | config UNORDERED_IO |