aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig.x86_64')
-rw-r--r--arch/x86/Kconfig.x86_64115
1 files changed, 0 insertions, 115 deletions
diff --git a/arch/x86/Kconfig.x86_64 b/arch/x86/Kconfig.x86_64
index 36bb856f5a3f..e441062472a8 100644
--- a/arch/x86/Kconfig.x86_64
+++ b/arch/x86/Kconfig.x86_64
@@ -17,100 +17,6 @@ config X86_64
17 classical 32-bit x86 architecture. For details see 17 classical 32-bit x86 architecture. For details see
18 <http://www.x86-64.org/>. 18 <http://www.x86-64.org/>.
19 19
20config 64BIT
21 def_bool X86_64
22
23config X86
24 bool
25 default y
26
27config GENERIC_TIME
28 bool
29 default y
30
31config GENERIC_TIME_VSYSCALL
32 bool
33 default y
34
35config GENERIC_CMOS_UPDATE
36 bool
37 default y
38
39config CLOCKSOURCE_WATCHDOG
40 bool
41 default y
42
43config GENERIC_CLOCKEVENTS
44 bool
45 default y
46
47config GENERIC_CLOCKEVENTS_BROADCAST
48 bool
49 default y
50
51config ZONE_DMA32
52 bool
53 default y
54
55config LOCKDEP_SUPPORT
56 bool
57 default y
58
59config STACKTRACE_SUPPORT
60 bool
61 default y
62
63config SEMAPHORE_SLEEPERS
64 bool
65 default y
66
67config MMU
68 bool
69 default y
70
71config ZONE_DMA
72 bool
73 default y
74
75config ISA
76 bool
77
78config SBUS
79 bool
80
81config GENERIC_HWEIGHT
82 bool
83 default y
84
85config GENERIC_ISA_DMA
86 bool
87 default y
88
89config GENERIC_IOMAP
90 bool
91 default y
92
93config ARCH_MAY_HAVE_PC_FDC
94 bool
95 default y
96
97config ARCH_POPULATES_NODE_MAP
98 def_bool y
99
100config DMI
101 bool
102 default y
103
104config AUDIT_ARCH
105 bool
106 default y
107
108config GENERIC_BUG
109 bool
110 default y
111 depends on BUG
112
113
114source "init/Kconfig" 20source "init/Kconfig"
115 21
116 22
@@ -179,11 +85,6 @@ config X86_CPUID
179 with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to 85 with major 203 and minors 0 to 31 for /dev/cpu/0/cpuid to
180 /dev/cpu/31/cpuid. 86 /dev/cpu/31/cpuid.
181 87
182config X86_HT
183 bool
184 depends on SMP && !MK8
185 default y
186
187config MATH_EMULATION 88config MATH_EMULATION
188 bool 89 bool
189 90
@@ -606,20 +507,4 @@ config K8_NB
606 507
607endmenu 508endmenu
608 509
609#
610# Use the generic interrupt handling code in kernel/irq/:
611#
612config GENERIC_HARDIRQS
613 bool
614 default y
615
616config GENERIC_IRQ_PROBE
617 bool
618 default y
619
620config GENERIC_PENDING_IRQ
621 bool
622 depends on GENERIC_HARDIRQS && SMP
623 default y
624
625source "arch/x86/Kconfig" 510source "arch/x86/Kconfig"