FROMLIST: psi: track changed states
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / arch / Kconfig
index 03cff3c16b1cd5bbe0a8cec598e9373995a7cee9..0f236360419336a9c0a4e0f5555dfbc46b4034d3 100644 (file)
@@ -13,6 +13,9 @@ config KEXEC_CORE
 config HAVE_IMA_KEXEC
        bool
 
+config HOTPLUG_SMT
+       bool
+
 config OPROFILE
        tristate "OProfile system profiling"
        depends on PROFILING
@@ -333,6 +336,9 @@ config HAVE_ARCH_JUMP_LABEL
 config HAVE_RCU_TABLE_FREE
        bool
 
+config HAVE_RCU_TABLE_INVALIDATE
+       bool
+
 config ARCH_HAVE_NMI_SAFE_CMPXCHG
        bool
 
@@ -629,6 +635,7 @@ config LTO_CLANG
        bool "Use clang Link Time Optimization (LTO) (EXPERIMENTAL)"
        depends on ARCH_SUPPORTS_LTO_CLANG
        depends on !FTRACE_MCOUNT_RECORD || HAVE_C_RECORDMCOUNT
+       depends on !KASAN
        select LTO
        select THIN_ARCHIVES
        select LD_DEAD_CODE_DATA_ELIMINATION
@@ -1027,4 +1034,12 @@ config REFCOUNT_FULL
          against various use-after-free conditions that can be used in
          security flaw exploits.
 
+config HAVE_ARCH_COMPILER_H
+       bool
+       help
+         An architecture can select this if it provides an
+         asm/compiler.h header that should be included after
+         linux/compiler-*.h in order to override macro definitions that those
+         headers generally provide.
+
 source "kernel/gcov/Kconfig"