arm64: tizen_bcm2711_defconfig: Enable defconfig for touchscreen
[platform/kernel/linux-rpi.git] / arch / Kconfig
index 8df1c71..5987363 100644 (file)
@@ -200,6 +200,9 @@ config HAVE_NMI
 config TRACE_IRQFLAGS_SUPPORT
        bool
 
+config TRACE_IRQFLAGS_NMI_SUPPORT
+       bool
+
 #
 # An arch should select this if it provides all these things:
 #
@@ -1141,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
@@ -1234,6 +1238,9 @@ config RELR
 config ARCH_HAS_MEM_ENCRYPT
        bool
 
+config ARCH_HAS_CC_PLATFORM
+       bool
+
 config HAVE_SPARSE_SYSCALL_NR
        bool
        help