Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) | Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2config MMU 3 def_bool y 4 5config ZONE_DMA 6 def_bool y 7 8config CPU_BIG_ENDIAN --- 497 unchanged lines hidden (view full) --- 506 select SCHED_MC 507 select SCHED_BOOK 508 select SCHED_DRAWER 509 help 510 Topology scheduler support improves the CPU scheduler's decision 511 making when dealing with machines that have multi-threading, 512 multiple cores or multiple books. 513 | 1# SPDX-License-Identifier: GPL-2.0 2config MMU 3 def_bool y 4 5config ZONE_DMA 6 def_bool y 7 8config CPU_BIG_ENDIAN --- 497 unchanged lines hidden (view full) --- 506 select SCHED_MC 507 select SCHED_BOOK 508 select SCHED_DRAWER 509 help 510 Topology scheduler support improves the CPU scheduler's decision 511 making when dealing with machines that have multi-threading, 512 multiple cores or multiple books. 513 |
514source kernel/Kconfig.preempt 515 | |
516source kernel/Kconfig.hz 517 518config KEXEC 519 def_bool y 520 select KEXEC_CORE 521 522config KEXEC_FILE 523 bool "kexec file based system call" --- 432 unchanged lines hidden --- | 514source kernel/Kconfig.hz 515 516config KEXEC 517 def_bool y 518 select KEXEC_CORE 519 520config KEXEC_FILE 521 bool "kexec file based system call" --- 432 unchanged lines hidden --- |