mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Enable STREAMING_MEDIA kernel option
This commit is contained in:
parent
27b616b63a
commit
906737f580
|
|
@ -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