Kconfig (f838bad1b3be8ca0c785ee0e0c570dfda74cf377) | Kconfig (45d9ca492e4bd1522d1b5bd125c2908f1cee3d4a) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "IA-64 Linux Kernel Configuration" 7 8source "init/Kconfig" --- 252 unchanged lines hidden (view full) --- 261 Say Y here to enable support for IBM EXA Cyclone time source. 262 If you're unsure, answer N. 263 264config IOSAPIC 265 bool 266 depends on !IA64_HP_SIM 267 default y 268 | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5 6mainmenu "IA-64 Linux Kernel Configuration" 7 8source "init/Kconfig" --- 252 unchanged lines hidden (view full) --- 261 Say Y here to enable support for IBM EXA Cyclone time source. 262 If you're unsure, answer N. 263 264config IOSAPIC 265 bool 266 depends on !IA64_HP_SIM 267 default y 268 |
269config IA64_SGI_SN_XP 270 tristate "Support communication between SGI SSIs" 271 depends on IA64_GENERIC || IA64_SGI_SN2 272 select IA64_UNCACHED_ALLOCATOR 273 help 274 An SGI machine can be divided into multiple Single System 275 Images which act independently of each other and have 276 hardware based memory protection from the others. Enabling 277 this feature will allow for direct communication between SSIs 278 based on a network adapter and DMA messaging. 279 | |
280config FORCE_MAX_ZONEORDER 281 int "MAX_ORDER (11 - 17)" if !HUGETLB_PAGE 282 range 11 17 if !HUGETLB_PAGE 283 default "17" if HUGETLB_PAGE 284 default "11" 285 286config VIRT_CPU_ACCOUNTING 287 bool "Deterministic task and CPU time accounting" --- 347 unchanged lines hidden --- | 269config FORCE_MAX_ZONEORDER 270 int "MAX_ORDER (11 - 17)" if !HUGETLB_PAGE 271 range 11 17 if !HUGETLB_PAGE 272 default "17" if HUGETLB_PAGE 273 default "11" 274 275config VIRT_CPU_ACCOUNTING 276 bool "Deterministic task and CPU time accounting" --- 347 unchanged lines hidden --- |