diff options
author | Len Brown <len.brown@intel.com> | 2005-09-08 01:45:47 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-09-08 01:45:47 -0400 |
commit | 64e47488c913ac704d465a6af86a26786d1412a5 (patch) | |
tree | d3b0148592963dcde26e4bb35ddfec8b1eaf8e23 /arch/i386/Kconfig | |
parent | 4a35a46bf1cda4737c428380d1db5d15e2590d18 (diff) | |
parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) |
Merge linux-2.6 with linux-acpi-2.6
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 9ba334908742..b22f003eaa6d 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -14,6 +14,10 @@ config X86 | |||
14 | 486, 586, Pentiums, and various instruction-set-compatible chips by | 14 | 486, 586, Pentiums, and various instruction-set-compatible chips by |
15 | AMD, Cyrix, and others. | 15 | AMD, Cyrix, and others. |
16 | 16 | ||
17 | config SEMAPHORE_SLEEPERS | ||
18 | bool | ||
19 | default y | ||
20 | |||
17 | config MMU | 21 | config MMU |
18 | bool | 22 | bool |
19 | default y | 23 | default y |
@@ -33,6 +37,10 @@ config GENERIC_IOMAP | |||
33 | bool | 37 | bool |
34 | default y | 38 | default y |
35 | 39 | ||
40 | config ARCH_MAY_HAVE_PC_FDC | ||
41 | bool | ||
42 | default y | ||
43 | |||
36 | source "init/Kconfig" | 44 | source "init/Kconfig" |
37 | 45 | ||
38 | menu "Processor type and features" | 46 | menu "Processor type and features" |
@@ -754,6 +762,7 @@ config NUMA | |||
754 | depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) | 762 | depends on SMP && HIGHMEM64G && (X86_NUMAQ || X86_GENERICARCH || (X86_SUMMIT && ACPI)) |
755 | default n if X86_PC | 763 | default n if X86_PC |
756 | default y if (X86_NUMAQ || X86_SUMMIT) | 764 | default y if (X86_NUMAQ || X86_SUMMIT) |
765 | select SPARSEMEM_STATIC | ||
757 | 766 | ||
758 | # Need comments to help the hapless user trying to turn on NUMA support | 767 | # Need comments to help the hapless user trying to turn on NUMA support |
759 | comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support" | 768 | comment "NUMA (NUMA-Q) requires SMP, 64GB highmem support" |
@@ -1312,6 +1321,11 @@ config GENERIC_IRQ_PROBE | |||
1312 | bool | 1321 | bool |
1313 | default y | 1322 | default y |
1314 | 1323 | ||
1324 | config GENERIC_PENDING_IRQ | ||
1325 | bool | ||
1326 | depends on GENERIC_HARDIRQS && SMP | ||
1327 | default y | ||
1328 | |||
1315 | config X86_SMP | 1329 | config X86_SMP |
1316 | bool | 1330 | bool |
1317 | depends on SMP && !X86_VOYAGER | 1331 | depends on SMP && !X86_VOYAGER |