aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig.i386')
-rw-r--r--arch/x86/Kconfig.i386119
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
17config GENERIC_TIME
18 bool
19 default y
20
21config GENERIC_CMOS_UPDATE
22 bool
23 default y
24
25config CLOCKSOURCE_WATCHDOG
26 bool
27 default y
28
29config GENERIC_CLOCKEVENTS
30 bool
31 default y
32
33config GENERIC_CLOCKEVENTS_BROADCAST
34 bool
35 default y
36 depends on X86_LOCAL_APIC
37
38config LOCKDEP_SUPPORT
39 bool
40 default y
41
42config STACKTRACE_SUPPORT
43 bool
44 default y
45
46config SEMAPHORE_SLEEPERS
47 bool
48 default y
49
50config X86
51 bool
52 default y
53
54config MMU
55 bool
56 default y
57
58config ZONE_DMA
59 bool
60 default y
61
62config QUICKLIST
63 bool
64 default y
65
66config SBUS
67 bool
68
69config GENERIC_ISA_DMA
70 bool
71 default y
72
73config GENERIC_IOMAP
74 bool
75 default y
76
77config GENERIC_BUG
78 bool
79 default y
80 depends on BUG
81
82config GENERIC_HWEIGHT
83 bool
84 default y
85
86config ARCH_MAY_HAVE_PC_FDC
87 bool
88 default y
89
90config DMI
91 bool
92 default y
93
94source "init/Kconfig" 17source "init/Kconfig"
95 18
96menu "Processor type and features" 19menu "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
840config ARCH_POPULATES_NODE_MAP
841 def_bool y
842
843config ARCH_MEMORY_PROBE 763config 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#
1154config GENERIC_HARDIRQS
1155 bool
1156 default y
1157
1158config GENERIC_IRQ_PROBE
1159 bool
1160 default y
1161
1162config GENERIC_PENDING_IRQ
1163 bool
1164 depends on GENERIC_HARDIRQS && SMP
1165 default y
1166
1167config X86_SMP
1168 bool
1169 depends on X86_32 && SMP && !X86_VOYAGER
1170 default y
1171
1172config X86_HT
1173 bool
1174 depends on SMP && !(X86_VISWS || X86_VOYAGER || MK8)
1175 default y
1176
1177config X86_BIOS_REBOOT
1178 bool
1179 depends on X86_32 && !(X86_VISWS || X86_VOYAGER)
1180 default y
1181
1182config X86_TRAMPOLINE
1183 bool
1184 depends on X86_SMP || (X86_VOYAGER && SMP)
1185 default y
1186
1187config KTIME_SCALAR
1188 def_bool X86_32
1189
1190source "arch/x86/Kconfig" 1071source "arch/x86/Kconfig"