guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: linux-libre: Include pinctrl driver for Cher


From: guix-commits
Subject: branch master updated: gnu: linux-libre: Include pinctrl driver for Cherryview / Braswell hardware.
Date: Tue, 18 Jan 2022 20:31:56 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dbcf9a06c1 gnu: linux-libre: Include pinctrl driver for Cherryview / 
Braswell hardware.
dbcf9a06c1 is described below

commit dbcf9a06c12984db2ed7dfd9e95d9d529a101e81
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Jan 17 18:36:02 2022 -0500

    gnu: linux-libre: Include pinctrl driver for Cherryview / Braswell hardware.
    
    Fixes <https://issues.guix.gnu.org/53329>, "Integrated keyboard doesn't work
    (Lenovo N22)". Reported by Jack Ridehalgh <jack@ridehalgh.uk>.
    
    * gnu/packages/aux-files/linux-libre/5.15-i686.conf,
    gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Set
    CONFIG_PINCTRL_CHERRYVIEW=y.
---
 gnu/packages/aux-files/linux-libre/5.15-i686.conf   | 2 +-
 gnu/packages/aux-files/linux-libre/5.15-x86_64.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aux-files/linux-libre/5.15-i686.conf 
b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
index 784b3a1ae4..85bd4d0ee1 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-i686.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-i686.conf
@@ -4714,7 +4714,7 @@ CONFIG_PINCTRL_MCP23S08_SPI=m
 CONFIG_PINCTRL_MCP23S08=m
 CONFIG_PINCTRL_SX150X=y
 CONFIG_PINCTRL_BAYTRAIL=y
-CONFIG_PINCTRL_CHERRYVIEW=m
+CONFIG_PINCTRL_CHERRYVIEW=y
 CONFIG_PINCTRL_LYNXPOINT=m
 CONFIG_PINCTRL_INTEL=y
 CONFIG_PINCTRL_ALDERLAKE=m
diff --git a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf 
b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
index 8584a2d2af..ad42192937 100644
--- a/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
+++ b/gnu/packages/aux-files/linux-libre/5.15-x86_64.conf
@@ -4713,7 +4713,7 @@ CONFIG_PINCTRL_MCP23S08_SPI=m
 CONFIG_PINCTRL_MCP23S08=m
 CONFIG_PINCTRL_SX150X=y
 CONFIG_PINCTRL_BAYTRAIL=y
-CONFIG_PINCTRL_CHERRYVIEW=m
+CONFIG_PINCTRL_CHERRYVIEW=y
 CONFIG_PINCTRL_LYNXPOINT=m
 CONFIG_PINCTRL_INTEL=y
 CONFIG_PINCTRL_ALDERLAKE=m



reply via email to

[Prev in Thread] Current Thread [Next in Thread]