Merge pull request #256922 from K900/cherry-pick-255846

linux-kernel: Add HP drivers on 6.1+
This commit is contained in:
K900 2023-09-23 18:58:48 +03:00 committed by GitHub
commit 649a8bf8e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1012,6 +1012,7 @@ let
X86_AMD_PLATFORM_DEVICE = yes;
X86_PLATFORM_DRIVERS_DELL = whenAtLeast "5.12" yes;
X86_PLATFORM_DRIVERS_HP = whenAtLeast "6.1" yes;
LIRC = mkMerge [ (whenOlder "4.16" module) (whenAtLeast "4.17" yes) ];