3
0
Fork 0
forked from mirrors/nixpkgs

kernel-config: mlx4-en enable vxlan offloading

This commit is contained in:
William A. Kennington III 2015-05-15 16:36:54 -07:00
parent 19d5b1e37a
commit 7aae0f3115

View file

@ -300,6 +300,9 @@ with stdenv.lib;
LOGO n # not needed
MEDIA_ATTACH y
MEGARAID_NEWGEN y
${optionalString (versionAtLeast version "3.15") ''
MLX4_EN_VXLAN y
''}
MODVERSIONS y
MOUSE_PS2_ELANTECH y # Elantech PS/2 protocol extension
MTRR_SANITIZER y