mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-27 05:19:43 +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}";
|
name = "microsoft-surface-patches-linux-${version}";
|
||||||
patch = null;
|
patch = null;
|
||||||
structuredExtraConfig = with kernel; {
|
structuredExtraConfig = with kernel; {
|
||||||
|
STREAMING_MEDIA = yes;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Surface Aggregator Module
|
# Surface Aggregator Module
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue