arm64: tizen_bcm2711_defconfig: Enable defconfig for touchscreen
[platform/kernel/linux-rpi.git] / arch / Kconfig
index 766e68b..5987363 100644 (file)
@@ -197,6 +197,12 @@ config HAVE_FUNCTION_ERROR_INJECTION
 config HAVE_NMI
        bool
 
+config TRACE_IRQFLAGS_SUPPORT
+       bool
+
+config TRACE_IRQFLAGS_NMI_SUPPORT
+       bool
+
 #
 # An arch should select this if it provides all these things:
 #
@@ -1138,6 +1144,7 @@ config HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
 config RANDOMIZE_KSTACK_OFFSET_DEFAULT
        bool "Randomize kernel stack offset on syscall entry"
        depends on HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
+       depends on INIT_STACK_NONE || !CC_IS_CLANG || CLANG_VERSION >= 140000
        help
          The kernel stack offset can be randomized (after pt_regs) by
          roughly 5 bits of entropy, frustrating memory corruption
@@ -1231,6 +1238,9 @@ config RELR
 config ARCH_HAS_MEM_ENCRYPT
        bool
 
+config ARCH_HAS_CC_PLATFORM
+       bool
+
 config HAVE_SPARSE_SYSCALL_NR
        bool
        help
@@ -1282,6 +1292,9 @@ config ARCH_SPLIT_ARG64
 config ARCH_HAS_ELFCORE_COMPAT
        bool
 
+config ARCH_HAS_PARANOID_L1D_FLUSH
+       bool
+
 source "kernel/gcov/Kconfig"
 
 source "scripts/gcc-plugins/Kconfig"