forked from mirrors/nixpkgs
kernel: enable MLX5_CORE_EN when possible
Hydra's builders from Packet.net use this option a lot, causing lots of slow deploys.
This commit is contained in:
parent
1873e39acf
commit
d65b39a805
|
@ -638,6 +638,7 @@ let
|
|||
MEGARAID_NEWGEN = yes;
|
||||
|
||||
MLX4_EN_VXLAN = whenOlder "4.8" yes;
|
||||
MLX5_CORE_EN = option yes;
|
||||
|
||||
MODVERSIONS = whenOlder "4.9" yes;
|
||||
MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension
|
||||
|
|
Loading…
Reference in a new issue