Kconfig (c095a94932ceee19fe36942aa49df7276f9e30b5) Kconfig (9236b4dd6bfabefcf2063544083a66cd5f3a738d)
1config MMU
2 def_bool y
3
4config ZONE_DMA
5 def_bool y
6
7config LOCKDEP_SUPPORT
8 def_bool y

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

384 def_bool y
385 prompt "Support for hot-pluggable CPUs"
386 depends on SMP
387 help
388 Say Y here to be able to turn CPUs off and on. CPUs
389 can be controlled through /sys/devices/system/cpu/cpu#.
390 Say N if you want to disable CPU hotplug.
391
1config MMU
2 def_bool y
3
4config ZONE_DMA
5 def_bool y
6
7config LOCKDEP_SUPPORT
8 def_bool y

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

384 def_bool y
385 prompt "Support for hot-pluggable CPUs"
386 depends on SMP
387 help
388 Say Y here to be able to turn CPUs off and on. CPUs
389 can be controlled through /sys/devices/system/cpu/cpu#.
390 Say N if you want to disable CPU hotplug.
391
392config SCHED_SMT
393 def_bool n
394
395# Some NUMA nodes have memory ranges that span
396# other nodes. Even though a pfn is valid and
397# between a node's start and end pfns, it may not
398# reside on that node. See memmap_init_zone()
399# for details. <- They meant memory holes!
400config NODES_SPAN_OTHER_NODES
401 def_bool NUMA
402

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

457
458 emu_size=<n>
459
460 on the kernel command line where also suffixes K, M, G, and T are
461 supported.
462
463endmenu
464
392# Some NUMA nodes have memory ranges that span
393# other nodes. Even though a pfn is valid and
394# between a node's start and end pfns, it may not
395# reside on that node. See memmap_init_zone()
396# for details. <- They meant memory holes!
397config NODES_SPAN_OTHER_NODES
398 def_bool NUMA
399

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

454
455 emu_size=<n>
456
457 on the kernel command line where also suffixes K, M, G, and T are
458 supported.
459
460endmenu
461
462config SCHED_SMT
463 def_bool n
464
465config SCHED_MC
466 def_bool n
467
468config SCHED_BOOK
469 def_bool n
470
471config SCHED_TOPOLOGY
472 def_bool y

--- 404 unchanged lines hidden ---
465config SCHED_MC
466 def_bool n
467
468config SCHED_BOOK
469 def_bool n
470
471config SCHED_TOPOLOGY
472 def_bool y

--- 404 unchanged lines hidden ---