mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
kernel: only enable PINCTRL_AMD on 5.19+
This commit is contained in:
parent
f7c980599e
commit
7e901eeae0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user