Kconfig (e15f5972b8031f9069f41e24adff63bd34463b3a) Kconfig (778c558f49a2cb3dc7b18a80ff515e82aa813627)
1# SPDX-License-Identifier: GPL-2.0-only
2config ARM64
3 def_bool y
4 select ACPI_CCA_REQUIRED if ACPI
5 select ACPI_GENERIC_GSI if ACPI
6 select ACPI_GTDT if ACPI
7 select ACPI_IORT if ACPI
8 select ACPI_REDUCED_HARDWARE_ONLY if ACPI

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

984
985config SCHED_MC
986 bool "Multi-core scheduler support"
987 help
988 Multi-core scheduler support improves the CPU scheduler's decision
989 making when dealing with multi-core CPU chips at a cost of slightly
990 increased overhead in some places. If unsure say N here.
991
1# SPDX-License-Identifier: GPL-2.0-only
2config ARM64
3 def_bool y
4 select ACPI_CCA_REQUIRED if ACPI
5 select ACPI_GENERIC_GSI if ACPI
6 select ACPI_GTDT if ACPI
7 select ACPI_IORT if ACPI
8 select ACPI_REDUCED_HARDWARE_ONLY if ACPI

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

984
985config SCHED_MC
986 bool "Multi-core scheduler support"
987 help
988 Multi-core scheduler support improves the CPU scheduler's decision
989 making when dealing with multi-core CPU chips at a cost of slightly
990 increased overhead in some places. If unsure say N here.
991
992config SCHED_CLUSTER
993 bool "Cluster scheduler support"
994 help
995 Cluster scheduler support improves the CPU scheduler's decision
996 making when dealing with machines that have clusters of CPUs.
997 Cluster usually means a couple of CPUs which are placed closely
998 by sharing mid-level caches, last-level cache tags or internal
999 busses.
1000
992config SCHED_SMT
993 bool "SMT scheduler support"
994 help
995 Improves the CPU scheduler's decision making when dealing with
996 MultiThreading at a cost of slightly increased overhead in some
997 places. If unsure say N here.
998
999config NR_CPUS

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

1926menu "CPU Power Management"
1927
1928source "drivers/cpuidle/Kconfig"
1929
1930source "drivers/cpufreq/Kconfig"
1931
1932endmenu
1933
1001config SCHED_SMT
1002 bool "SMT scheduler support"
1003 help
1004 Improves the CPU scheduler's decision making when dealing with
1005 MultiThreading at a cost of slightly increased overhead in some
1006 places. If unsure say N here.
1007
1008config NR_CPUS

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

1935menu "CPU Power Management"
1936
1937source "drivers/cpuidle/Kconfig"
1938
1939source "drivers/cpufreq/Kconfig"
1940
1941endmenu
1942
1943source "drivers/firmware/Kconfig"
1944
1934source "drivers/acpi/Kconfig"
1935
1936source "arch/arm64/kvm/Kconfig"
1937
1938if CRYPTO
1939source "arch/arm64/crypto/Kconfig"
1940endif
1945source "drivers/acpi/Kconfig"
1946
1947source "arch/arm64/kvm/Kconfig"
1948
1949if CRYPTO
1950source "arch/arm64/crypto/Kconfig"
1951endif