From 64ae39682976c0d3816a5678a7a7a08591ec4292 Mon Sep 17 00:00:00 2001 From: Justin Sleep Date: Wed, 27 Oct 2021 18:36:36 -0500 Subject: [PATCH] linux: build in Cherryview pinctrl driver This allows integrated keyboards on Braswell and Cherryview devices to function properly. --- pkgs/os-specific/linux/kernel/common-config.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index 0e48b2460bc8..f591910f560b 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -802,6 +802,9 @@ let NET_FC = yes; # Fibre Channel driver support # GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks 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. MMC_BLOCK_MINORS = freeform "32";