This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 2caca412176a5de89fa4b359cf33766be552c447 (commit) from ede92473100923d577f3bb4124e8a88da1d30a39 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 2caca412176a5de89fa4b359cf33766be552c447 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Feb 16 21:40:50 2019 +0100
kernel: enable PCA953X GPIO extender for ClearFog boards
fixes: #12000
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.armv5tel-ipfire-multi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.armv5tel-ipfire-multi b/config/kernel/kernel.config.armv5tel-ipfire-multi index 3c3ee68d2..9d6389196 100644 --- a/config/kernel/kernel.config.armv5tel-ipfire-multi +++ b/config/kernel/kernel.config.armv5tel-ipfire-multi @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.14.97-ipfire-multi Kernel Configuration +# Linux/arm 4.14.101-ipfire-multi Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -3426,7 +3426,8 @@ CONFIG_GPIO_PL061=y CONFIG_GPIO_ADNP=m # CONFIG_GPIO_MAX7300 is not set # CONFIG_GPIO_MAX732X is not set -# CONFIG_GPIO_PCA953X is not set +CONFIG_GPIO_PCA953X=y +CONFIG_GPIO_PCA953X_IRQ=y # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SX150X is not set # CONFIG_GPIO_TPIC2810 is not set
hooks/post-receive -- IPFire 2.x development tree