diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-06-12 23:03:17 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-06-12 23:04:02 +0200 |
commit | 4ccc9dfd8e38348d527d3704b87a680ba43756cd (patch) | |
tree | 2d72166c60df258cebe6160b5943624dceb8855d /TOOLS | |
parent | d39b424f868921cd22fbfac392912a911c72bcf2 (diff) | |
download | kernel-fsync-4ccc9dfd8e38348d527d3704b87a680ba43756cd.tar.gz kernel-fsync-4ccc9dfd8e38348d527d3704b87a680ba43756cd.zip |
kernel 6.9.4
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/patch_configs.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TOOLS/patch_configs.py b/TOOLS/patch_configs.py index f020fa3..8afca3d 100755 --- a/TOOLS/patch_configs.py +++ b/TOOLS/patch_configs.py @@ -24,7 +24,6 @@ GENERIC_PATCHES = [ # scheduler stuff ["SCHED_BORE", None, ENABLE], - # device specific config # Microsoft Surface ["HID_IPTS", None, MODULE], @@ -53,6 +52,9 @@ GENERIC_PATCHES = [ ARCH_PATCHES = { "x86_64": [ + # Temporary Fedora fix + ["CONFIG_IO_URING", None, ENABLE, "fedora"], + # Lenovo Legion ["LEGION_LAPTOP", None, MODULE], ["ACPI_CALL", None, MODULE], |