aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 75e52c57f19c..e63323e03ea9 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -65,6 +65,10 @@ config GENERIC_IOMAP
65 bool 65 bool
66 default y 66 default y
67 67
68config ARCH_MAY_HAVE_PC_FDC
69 bool
70 default y
71
68source "init/Kconfig" 72source "init/Kconfig"
69 73
70 74
@@ -148,7 +152,6 @@ config X86_CPUID
148 with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to 152 with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
149 /dev/cpu/31/cpuid. 153 /dev/cpu/31/cpuid.
150 154
151# disable it for opteron optimized builds because it pulls in ACPI_BOOT
152config X86_HT 155config X86_HT
153 bool 156 bool
154 depends on SMP && !MK8 157 depends on SMP && !MK8
@@ -441,6 +444,11 @@ config ISA_DMA_API
441 bool 444 bool
442 default y 445 default y
443 446
447config GENERIC_PENDING_IRQ
448 bool
449 depends on GENERIC_HARDIRQS && SMP
450 default y
451
444menu "Power management options" 452menu "Power management options"
445 453
446source kernel/power/Kconfig 454source kernel/power/Kconfig
@@ -465,7 +473,6 @@ config PCI_DIRECT
465config PCI_MMCONFIG 473config PCI_MMCONFIG
466 bool "Support mmconfig PCI config space access" 474 bool "Support mmconfig PCI config space access"
467 depends on PCI && ACPI 475 depends on PCI && ACPI
468 select ACPI_BOOT
469 476
470config UNORDERED_IO 477config UNORDERED_IO
471 bool "Unordered IO mapping access" 478 bool "Unordered IO mapping access"