diff options
Diffstat (limited to 'arch/x86/Kconfig.i386')
-rw-r--r-- | arch/x86/Kconfig.i386 | 119 |
1 files changed, 0 insertions, 119 deletions
diff --git a/arch/x86/Kconfig.i386 b/arch/x86/Kconfig.i386 index 3be76720e896..b8b462a91dc7 100644 --- a/arch/x86/Kconfig.i386 +++ b/arch/x86/Kconfig.i386 | |||
@@ -14,83 +14,6 @@ config X86_32 | |||
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 GENERIC_TIME | ||
18 | bool | ||
19 | default y | ||
20 | |||
21 | config GENERIC_CMOS_UPDATE | ||
22 | bool | ||
23 | default y | ||
24 | |||
25 | config CLOCKSOURCE_WATCHDOG | ||
26 | bool | ||
27 | default y | ||
28 | |||
29 | config GENERIC_CLOCKEVENTS | ||
30 | bool | ||
31 | default y | ||
32 | |||
33 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
34 | bool | ||
35 | default y | ||
36 | depends on X86_LOCAL_APIC | ||
37 | |||
38 | config LOCKDEP_SUPPORT | ||
39 | bool | ||
40 | default y | ||
41 | |||
42 | config STACKTRACE_SUPPORT | ||
43 | bool | ||
44 | default y | ||
45 | |||
46 | config SEMAPHORE_SLEEPERS | ||
47 | bool | ||
48 | default y | ||
49 | |||
50 | config X86 | ||
51 | bool | ||
52 | default y | ||
53 | |||
54 | config MMU | ||
55 | bool | ||
56 | default y | ||
57 | |||
58 | config ZONE_DMA | ||
59 | bool | ||
60 | default y | ||
61 | |||
62 | config QUICKLIST | ||
63 | bool | ||
64 | default y | ||
65 | |||
66 | config SBUS | ||
67 | bool | ||
68 | |||
69 | config GENERIC_ISA_DMA | ||
70 | bool | ||
71 | default y | ||
72 | |||
73 | config GENERIC_IOMAP | ||
74 | bool | ||
75 | default y | ||
76 | |||
77 | config GENERIC_BUG | ||
78 | bool | ||
79 | default y | ||
80 | depends on BUG | ||
81 | |||
82 | config GENERIC_HWEIGHT | ||
83 | bool | ||
84 | default y | ||
85 | |||
86 | config ARCH_MAY_HAVE_PC_FDC | ||
87 | bool | ||
88 | default y | ||
89 | |||
90 | config DMI | ||
91 | bool | ||
92 | default y | ||
93 | |||
94 | source "init/Kconfig" | 17 | source "init/Kconfig" |
95 | 18 | ||
96 | menu "Processor type and features" | 19 | menu "Processor type and features" |
@@ -837,9 +760,6 @@ config ARCH_SELECT_MEMORY_MODEL | |||
837 | def_bool y | 760 | def_bool y |
838 | depends on X86_32 && ARCH_SPARSEMEM_ENABLE | 761 | depends on X86_32 && ARCH_SPARSEMEM_ENABLE |
839 | 762 | ||
840 | config ARCH_POPULATES_NODE_MAP | ||
841 | def_bool y | ||
842 | |||
843 | config ARCH_MEMORY_PROBE | 763 | config ARCH_MEMORY_PROBE |
844 | def_bool X86_64 | 764 | def_bool X86_64 |
845 | depends on MEMORY_HOTPLUG | 765 | depends on MEMORY_HOTPLUG |
@@ -1148,43 +1068,4 @@ config OUT_OF_LINE_PFN_TO_PAGE | |||
1148 | def_bool X86_64 | 1068 | def_bool X86_64 |
1149 | depends on DISCONTIGMEM | 1069 | depends on DISCONTIGMEM |
1150 | 1070 | ||
1151 | # | ||
1152 | # Use the generic interrupt handling code in kernel/irq/: | ||
1153 | # | ||
1154 | config GENERIC_HARDIRQS | ||
1155 | bool | ||
1156 | default y | ||
1157 | |||
1158 | config GENERIC_IRQ_PROBE | ||
1159 | bool | ||
1160 | default y | ||
1161 | |||
1162 | config GENERIC_PENDING_IRQ | ||
1163 | bool | ||
1164 | depends on GENERIC_HARDIRQS && SMP | ||
1165 | default y | ||
1166 | |||
1167 | config X86_SMP | ||
1168 | bool | ||
1169 | depends on X86_32 && SMP && !X86_VOYAGER | ||
1170 | default y | ||
1171 | |||
1172 | config X86_HT | ||
1173 | bool | ||
1174 | depends on SMP && !(X86_VISWS || X86_VOYAGER || MK8) | ||
1175 | default y | ||
1176 | |||
1177 | config X86_BIOS_REBOOT | ||
1178 | bool | ||
1179 | depends on X86_32 && !(X86_VISWS || X86_VOYAGER) | ||
1180 | default y | ||
1181 | |||
1182 | config X86_TRAMPOLINE | ||
1183 | bool | ||
1184 | depends on X86_SMP || (X86_VOYAGER && SMP) | ||
1185 | default y | ||
1186 | |||
1187 | config KTIME_SCALAR | ||
1188 | def_bool X86_32 | ||
1189 | |||
1190 | source "arch/x86/Kconfig" | 1071 | source "arch/x86/Kconfig" |