mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
linux: add config options needed for a Bay Trail Chromebook
Close #10416. Got /dev/mmcblk0 on a live CD with these options: X86_INTEL_LPSS y PINCTRL_BAYTRAIL y
This commit is contained in:
parent
03959d4616
commit
6668058a62
@ -41,6 +41,9 @@ with stdenv.lib;
|
|||||||
PM_RUNTIME y
|
PM_RUNTIME y
|
||||||
''}
|
''}
|
||||||
PM_ADVANCED_DEBUG y
|
PM_ADVANCED_DEBUG y
|
||||||
|
${optionalString (versionAtLeast version "3.11") ''
|
||||||
|
X86_INTEL_LPSS y
|
||||||
|
''}
|
||||||
${optionalString (versionAtLeast version "3.10") ''
|
${optionalString (versionAtLeast version "3.10") ''
|
||||||
X86_INTEL_PSTATE y
|
X86_INTEL_PSTATE y
|
||||||
''}
|
''}
|
||||||
@ -316,6 +319,9 @@ with stdenv.lib;
|
|||||||
MOUSE_PS2_ELANTECH y # Elantech PS/2 protocol extension
|
MOUSE_PS2_ELANTECH y # Elantech PS/2 protocol extension
|
||||||
MTRR_SANITIZER y
|
MTRR_SANITIZER y
|
||||||
NET_FC y # Fibre Channel driver support
|
NET_FC y # Fibre Channel driver support
|
||||||
|
${optionalString (versionAtLeast version "3.11") ''
|
||||||
|
PINCTRL_BAYTRAIL y # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
||||||
|
''}
|
||||||
PPP_MULTILINK y # PPP multilink support
|
PPP_MULTILINK y # PPP multilink support
|
||||||
PPP_FILTER y
|
PPP_FILTER y
|
||||||
REGULATOR y # Voltage and Current Regulator Support
|
REGULATOR y # Voltage and Current Regulator Support
|
||||||
|
Loading…
Reference in New Issue
Block a user