3
0
Fork 0
forked from mirrors/nixpkgs

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:
Lluís Batlle i Rossell 2016-01-11 09:27:58 +01:00
parent 0d21ba2361
commit 1792ca5810

View file

@ -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