Kconfig (f2fc0e3071230bb9ea9f64a08c3e619ad1357cfb) Kconfig (3e5095d15276efd14a45393666b1bb7536bf179f)
1# x86 configuration
2mainmenu "Linux Kernel Configuration for x86"
3
4# Select 32 or 64 bit
5config 64BIT
6 bool "64-bit kernel" if ARCH = "x86"
7 default ARCH = "x86_64"
8 help

--- 159 unchanged lines hidden (view full) ---

168 bool
169 default y
170
171config GENERIC_PENDING_IRQ
172 bool
173 depends on GENERIC_HARDIRQS && SMP
174 default y
175
1# x86 configuration
2mainmenu "Linux Kernel Configuration for x86"
3
4# Select 32 or 64 bit
5config 64BIT
6 bool "64-bit kernel" if ARCH = "x86"
7 default ARCH = "x86_64"
8 help

--- 159 unchanged lines hidden (view full) ---

168 bool
169 default y
170
171config GENERIC_PENDING_IRQ
172 bool
173 depends on GENERIC_HARDIRQS && SMP
174 default y
175
176config X86_SMP
177 bool
178 depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64)
179 default y
180
181config USE_GENERIC_SMP_HELPERS
182 def_bool y
183 depends on SMP
184
185config X86_32_SMP
186 def_bool y
187 depends on X86_32 && SMP
188

--- 9 unchanged lines hidden (view full) ---

198
199config X86_BIOS_REBOOT
200 bool
201 depends on !X86_VOYAGER
202 default y
203
204config X86_TRAMPOLINE
205 bool
176config USE_GENERIC_SMP_HELPERS
177 def_bool y
178 depends on SMP
179
180config X86_32_SMP
181 def_bool y
182 depends on X86_32 && SMP
183

--- 9 unchanged lines hidden (view full) ---

193
194config X86_BIOS_REBOOT
195 bool
196 depends on !X86_VOYAGER
197 default y
198
199config X86_TRAMPOLINE
200 bool
206 depends on X86_SMP || (X86_VOYAGER && SMP) || (64BIT && ACPI_SLEEP)
201 depends on SMP || (64BIT && ACPI_SLEEP)
207 default y
208
209config KTIME_SCALAR
210 def_bool X86_32
211source "init/Kconfig"
212source "kernel/Kconfig.freezer"
213
214menu "Processor type and features"

--- 1775 unchanged lines hidden ---
202 default y
203
204config KTIME_SCALAR
205 def_bool X86_32
206source "init/Kconfig"
207source "kernel/Kconfig.freezer"
208
209menu "Processor type and features"

--- 1775 unchanged lines hidden ---