Update Surface Go to depend on other PC modules
- SSD - Intel Kaby Lake - Intel GPU
This commit is contained in:
parent
7b72154684
commit
80e8d29a9c
|
@ -6,10 +6,18 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
./firmware/ath10k
|
./firmware/ath10k
|
||||||
|
../../../common/pc
|
||||||
|
../../../common/pc/ssd
|
||||||
|
../../../common/cpu/intel
|
||||||
|
../../../common/cpu/intel/kaby-lake
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelParams = [
|
||||||
|
"i915.enable_rc6=1"
|
||||||
|
"i915.modeset=1"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.extraModprobeConfig = mkDefault ''
|
boot.extraModprobeConfig = mkDefault ''
|
||||||
options i915 enable_fbc=1 enable_rc6=1 modeset=1
|
|
||||||
options snd_hda_intel power_save=1
|
options snd_hda_intel power_save=1
|
||||||
options snd_ac97_codec power_save=1
|
options snd_ac97_codec power_save=1
|
||||||
options iwlwifi power_save=Y
|
options iwlwifi power_save=Y
|
||||||
|
|
Loading…
Reference in a new issue