build: create profiles.json per default
[openwrt/staging/stintel.git] / config / Config-kernel.in
index 858ee0cf60b11aeb766197af33adc8d069bc11f2..f71114b5daa8749aa78b2fcf13270e486170d1e2 100644 (file)
@@ -1,8 +1,6 @@
-# Copyright (C) 2006-2014 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
+# SPDX-License-Identifier: GPL-2.0-only
 #
+# Copyright (C) 2006-2014 OpenWrt.org
 
 config KERNEL_BUILD_USER
        string "Custom Kernel Build User Name"
@@ -365,10 +363,6 @@ config KERNEL_KPROBES
          instrumentation and testing.
          If in doubt, say "N".
 
-config KERNEL_KPROBE_EVENT
-       bool
-       default y if KERNEL_KPROBES
-
 config KERNEL_KPROBE_EVENTS
        bool
        default y if KERNEL_KPROBES
@@ -380,7 +374,6 @@ config KERNEL_AIO
 config KERNEL_IO_URING
        bool "Compile the kernel with io_uring support"
        default y if !SMALL_FLASH
-       depends on LINUX_5_4
 
 config KERNEL_FHANDLE
        bool "Compile the kernel with support for fhandle syscalls"
@@ -976,9 +969,10 @@ if KERNEL_IPV6
                def_bool n
 
        config KERNEL_IPV6_SEG6_LWTUNNEL
-               def_bool y if !SMALL_FLASH
+               bool "Enable support for lightweight tunnels"
+               default y if !SMALL_FLASH
                help
-                 Using lwtunnel requires full-ip package.
+                 Using lwtunnel (needed for IPv6 segment routing) requires ip-full package.
 
        config KERNEL_LWTUNNEL_BPF
                def_bool n
@@ -1180,6 +1174,16 @@ config KERNEL_SECURITY_SELINUX_DEVELOP
        depends on KERNEL_SECURITY_SELINUX
        default y
 
+config KERNEL_SECURITY_SELINUX_SIDTAB_HASH_BITS
+       int
+       depends on KERNEL_SECURITY_SELINUX
+       default 9
+
+config KERNEL_SECURITY_SELINUX_SID2STR_CACHE_SIZE
+       int
+       depends on KERNEL_SECURITY_SELINUX
+       default 256
+
 config KERNEL_LSM
        string
        default "lockdown,yama,loadpin,safesetid,integrity,selinux"