aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig21
1 files changed, 10 insertions, 11 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c7235e643aff..d99eeb7915c6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -241,6 +241,16 @@ config X86_HAS_BOOT_CPU_ID
241 def_bool y 241 def_bool y
242 depends on X86_VOYAGER 242 depends on X86_VOYAGER
243 243
244config SPARSE_IRQ
245 bool "Support sparse irq numbering"
246 depends on (PCI_MSI || HT_IRQ) && SMP
247 default y
248 help
249 This enables support for sparse irq, esp for msi/msi-x. You may need
250 if you have lots of cards supports msi-x installed.
251
252 If you don't know what to do here, say Y.
253
244config X86_FIND_SMP_CONFIG 254config X86_FIND_SMP_CONFIG
245 def_bool y 255 def_bool y
246 depends on X86_MPPARSE || X86_VOYAGER 256 depends on X86_MPPARSE || X86_VOYAGER
@@ -468,10 +478,6 @@ config X86_CYCLONE_TIMER
468 def_bool y 478 def_bool y
469 depends on X86_GENERICARCH 479 depends on X86_GENERICARCH
470 480
471config ES7000_CLUSTERED_APIC
472 def_bool y
473 depends on SMP && X86_ES7000 && MPENTIUMIII
474
475source "arch/x86/Kconfig.cpu" 481source "arch/x86/Kconfig.cpu"
476 482
477config HPET_TIMER 483config HPET_TIMER
@@ -1635,13 +1641,6 @@ config APM_ALLOW_INTS
1635 many of the newer IBM Thinkpads. If you experience hangs when you 1641 many of the newer IBM Thinkpads. If you experience hangs when you
1636 suspend, try setting this to Y. Otherwise, say N. 1642 suspend, try setting this to Y. Otherwise, say N.
1637 1643
1638config APM_REAL_MODE_POWER_OFF
1639 bool "Use real mode APM BIOS call to power off"
1640 help
1641 Use real mode APM BIOS calls to switch off the computer. This is
1642 a work-around for a number of buggy BIOSes. Switch this option on if
1643 your computer crashes instead of powering off properly.
1644
1645endif # APM 1644endif # APM
1646 1645
1647source "arch/x86/kernel/cpu/cpufreq/Kconfig" 1646source "arch/x86/kernel/cpu/cpufreq/Kconfig"