Kconfig (92a578b064d0227a3a7fbbdb9e29dbab7f8d400e) | Kconfig (1b3e3aa6c5c7a86ae09459f5734283b991dd7939) |
---|---|
1source "init/Kconfig" 2 3source "kernel/Kconfig.freezer" 4 5menu "Processor type and features" 6 7config IA64 8 bool --- 218 unchanged lines hidden (view full) --- 227 systems, but the resulting kernel binary will not run on other 228 types of ia64 systems. If you have an SGI UV system, it's safe 229 to select this option. If in doubt, select ia64 generic support 230 instead. 231 232config IA64_HP_SIM 233 bool "Ski-simulator" 234 select SWIOTLB | 1source "init/Kconfig" 2 3source "kernel/Kconfig.freezer" 4 5menu "Processor type and features" 6 7config IA64 8 bool --- 218 unchanged lines hidden (view full) --- 227 systems, but the resulting kernel binary will not run on other 228 types of ia64 systems. If you have an SGI UV system, it's safe 229 to select this option. If in doubt, select ia64 generic support 230 instead. 231 232config IA64_HP_SIM 233 bool "Ski-simulator" 234 select SWIOTLB |
235 depends on !PM_RUNTIME | 235 depends on !PM |
236 237endchoice 238 239choice 240 prompt "Processor type" 241 default ITANIUM 242 243config ITANIUM --- 405 unchanged lines hidden --- | 236 237endchoice 238 239choice 240 prompt "Processor type" 241 default ITANIUM 242 243config ITANIUM --- 405 unchanged lines hidden --- |