linux-kernel: update config for 5.13
(cherry picked from commit 2ac508d578a99c447fabf97fa7b788062da70b95)
This commit is contained in:
parent
4a448d3240
commit
db3b901f0b
@ -248,7 +248,7 @@ let
|
|||||||
DRM_LOAD_EDID_FIRMWARE = yes;
|
DRM_LOAD_EDID_FIRMWARE = yes;
|
||||||
VGA_SWITCHEROO = yes; # Hybrid graphics support
|
VGA_SWITCHEROO = yes; # Hybrid graphics support
|
||||||
DRM_GMA500 = whenAtLeast "5.12" module;
|
DRM_GMA500 = whenAtLeast "5.12" module;
|
||||||
DRM_GMA600 = yes;
|
DRM_GMA600 = whenOlder "5.13" yes;
|
||||||
DRM_GMA3600 = whenOlder "5.12" yes;
|
DRM_GMA3600 = whenOlder "5.12" yes;
|
||||||
DRM_VMWGFX_FBCON = yes;
|
DRM_VMWGFX_FBCON = yes;
|
||||||
# necessary for amdgpu polaris support
|
# necessary for amdgpu polaris support
|
||||||
@ -443,7 +443,7 @@ let
|
|||||||
SECURITY_SELINUX_BOOTPARAM_VALUE = whenOlder "5.1" (freeform "0"); # Disable SELinux by default
|
SECURITY_SELINUX_BOOTPARAM_VALUE = whenOlder "5.1" (freeform "0"); # Disable SELinux by default
|
||||||
# Prevent processes from ptracing non-children processes
|
# Prevent processes from ptracing non-children processes
|
||||||
SECURITY_YAMA = option yes;
|
SECURITY_YAMA = option yes;
|
||||||
DEVKMEM = no; # Disable /dev/kmem
|
DEVKMEM = whenOlder "5.13" no; # Disable /dev/kmem
|
||||||
|
|
||||||
USER_NS = yes; # Support for user namespaces
|
USER_NS = yes; # Support for user namespaces
|
||||||
|
|
||||||
@ -698,7 +698,7 @@ let
|
|||||||
THRUSTMASTER_FF = yes;
|
THRUSTMASTER_FF = yes;
|
||||||
ZEROPLUS_FF = yes;
|
ZEROPLUS_FF = yes;
|
||||||
|
|
||||||
MODULE_COMPRESS = yes;
|
MODULE_COMPRESS = whenOlder "5.13" yes;
|
||||||
MODULE_COMPRESS_XZ = yes;
|
MODULE_COMPRESS_XZ = yes;
|
||||||
|
|
||||||
SYSVIPC = yes; # System-V IPC
|
SYSVIPC = yes; # System-V IPC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user