mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge #143252: linux: include Cherryview pinctrl driver
This commit is contained in:
commit
f62cbdfcdb
@ -802,6 +802,9 @@ let
|
|||||||
NET_FC = yes; # Fibre Channel driver support
|
NET_FC = yes; # Fibre Channel driver support
|
||||||
# GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
# GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
||||||
PINCTRL_BAYTRAIL = yes;
|
PINCTRL_BAYTRAIL = yes;
|
||||||
|
# GPIO for Braswell and Cherryview devices
|
||||||
|
# Needs to be built-in to for integrated keyboards to function properly
|
||||||
|
PINCTRL_CHERRYVIEW = yes;
|
||||||
# 8 is default. Modern gpt tables on eMMC may go far beyond 8.
|
# 8 is default. Modern gpt tables on eMMC may go far beyond 8.
|
||||||
MMC_BLOCK_MINORS = freeform "32";
|
MMC_BLOCK_MINORS = freeform "32";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user