Kconfig (15f63e306d96b702ce3e0d335e9ddf55972da32c) | Kconfig (89cde455915f4611aa5dcf7d0286d88b48914b00) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6# 7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can 8# override the default values in this file. 9# 10source "arch/$(SRCARCH)/Kconfig" 11 12menu "General architecture-dependent options" 13 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# General architecture dependent options 4# 5 6# 7# Note: arch/$(SRCARCH)/Kconfig needs to be included first so that it can 8# override the default values in this file. 9# 10source "arch/$(SRCARCH)/Kconfig" 11 12menu "General architecture-dependent options" 13 |
14config CRASH_CORE 15 bool 16 17config KEXEC_CORE 18 select CRASH_CORE 19 bool 20 21config KEXEC_ELF 22 bool 23 24config HAVE_IMA_KEXEC 25 bool 26 | |
27config ARCH_HAS_SUBPAGE_FAULTS 28 bool 29 help 30 Select if the architecture can check permissions at sub-page 31 granularity (e.g. arm64 MTE). The probe_user_*() functions 32 must be implemented. 33 34config HOTPLUG_SMT 35 bool 36 | 14config ARCH_HAS_SUBPAGE_FAULTS 15 bool 16 help 17 Select if the architecture can check permissions at sub-page 18 granularity (e.g. arm64 MTE). The probe_user_*() functions 19 must be implemented. 20 21config HOTPLUG_SMT 22 bool 23 |
37config SMT_NUM_THREADS_DYNAMIC 38 bool 39 | |
40# Selected by HOTPLUG_CORE_SYNC_DEAD or HOTPLUG_CORE_SYNC_FULL 41config HOTPLUG_CORE_SYNC 42 bool 43 44# Basic CPU dead synchronization selected by architecture 45config HOTPLUG_CORE_SYNC_DEAD 46 bool 47 select HOTPLUG_CORE_SYNC --- 1466 unchanged lines hidden --- | 24# Selected by HOTPLUG_CORE_SYNC_DEAD or HOTPLUG_CORE_SYNC_FULL 25config HOTPLUG_CORE_SYNC 26 bool 27 28# Basic CPU dead synchronization selected by architecture 29config HOTPLUG_CORE_SYNC_DEAD 30 bool 31 select HOTPLUG_CORE_SYNC --- 1466 unchanged lines hidden --- |