From a15f8a93f86192524d4dec1067eaf72427d98d6a Mon Sep 17 00:00:00 2001 From: graysky <graysky@archlinux.us> Date: Sat, 22 May 2021 07:11:37 -0400 Subject: [PATCH] core/linux-raspberrypi: support PCA953X GPIO expander --- core/linux-raspberrypi/PKGBUILD | 2 +- core/linux-raspberrypi/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/linux-raspberrypi/PKGBUILD b/core/linux-raspberrypi/PKGBUILD index f882e83b7..664a3612a 100644 --- a/core/linux-raspberrypi/PKGBUILD +++ b/core/linux-raspberrypi/PKGBUILD @@ -28,7 +28,7 @@ md5sums=('41e3dc24695b5226a541c1300b2283f4' '31c02f4518d46deb5f0c2ad1f8b083cd' '86d4a35722b5410e3b29fc92dae15d4b' '9669d916a5929a2eedbd64477f83d99e' - '2f9c828d7c13e2ea7390c11744ab929b' + '091bbeeb121c46c7eac1b81da4b5267a' 'ce6c81ad1ad1f8b333fd6077d47abdaf' '69e1db90d78f691dc446fe2ab94727eb') diff --git a/core/linux-raspberrypi/config b/core/linux-raspberrypi/config index bd7b4e702..feb499ca6 100644 --- a/core/linux-raspberrypi/config +++ b/core/linux-raspberrypi/config @@ -3547,7 +3547,7 @@ CONFIG_GPIO_BCM_VIRT=y # CONFIG_GPIO_MAX7300 is not set # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_PCA953X=m -# CONFIG_GPIO_PCA953X_IRQ is not set +CONFIG_GPIO_PCA953X_IRQ=y # CONFIG_GPIO_PCA9570 is not set CONFIG_GPIO_PCF857X=m # CONFIG_GPIO_TPIC2810 is not set