mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Enable STREAMING_MEDIA kernel option
This commit is contained in:
parent
27b616b63a
commit
906737f580
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
name = "microsoft-surface-patches-linux-${version}";
|
||||
patch = null;
|
||||
structuredExtraConfig = with kernel; {
|
||||
STREAMING_MEDIA = yes;
|
||||
|
||||
#
|
||||
# Surface Aggregator Module
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue