diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 45bd5aa523c9..a859d7eea4f1 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -853,7 +853,7 @@ let MTRR_SANITIZER = yes; NET_FC = yes; # Fibre Channel driver support # Needed for touchpads to work on some AMD laptops - PINCTRL_AMD = yes; + PINCTRL_AMD = whenAtLeast "5.19" yes; # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks PINCTRL_BAYTRAIL = yes; # GPIO for Braswell and Cherryview devices