diff options
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r-- | arch/x86_64/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 80c38c5d71fe..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 |
@@ -379,6 +394,11 @@ config GENERIC_IRQ_PROBE | |||
379 | bool | 394 | bool |
380 | default y | 395 | default y |
381 | 396 | ||
397 | # we have no ISA slots, but we do have ISA-style DMA. | ||
398 | config ISA_DMA_API | ||
399 | bool | ||
400 | default y | ||
401 | |||
382 | menu "Power management options" | 402 | menu "Power management options" |
383 | 403 | ||
384 | source kernel/power/Kconfig | 404 | source kernel/power/Kconfig |
@@ -402,7 +422,7 @@ config PCI_DIRECT | |||
402 | 422 | ||
403 | config PCI_MMCONFIG | 423 | config PCI_MMCONFIG |
404 | bool "Support mmconfig PCI config space access" | 424 | bool "Support mmconfig PCI config space access" |
405 | depends on PCI | 425 | depends on PCI && ACPI |
406 | select ACPI_BOOT | 426 | select ACPI_BOOT |
407 | 427 | ||
408 | config UNORDERED_IO | 428 | config UNORDERED_IO |