mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Increasing mmc possible partitions from 8 to 32.
In kernel common config. I have a modern tablet with 18 gpt partitions on eMMC (Android+Win10 dualboot).
This commit is contained in:
parent
0d21ba2361
commit
1792ca5810
1 changed files with 1 additions and 0 deletions
|
@ -328,6 +328,7 @@ with stdenv.lib;
|
|||
${optionalString (versionAtLeast version "3.11") ''
|
||||
PINCTRL_BAYTRAIL y # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
||||
''}
|
||||
MMC_BLOCK_MINORS 32 # 8 is default. Modern gpt tables on eMMC may go far beyond 8.
|
||||
PPP_MULTILINK y # PPP multilink support
|
||||
PPP_FILTER y
|
||||
REGULATOR y # Voltage and Current Regulator Support
|
||||
|
|
Loading…
Reference in a new issue