[PATCH] gpio: Kconfig: Update help for GPIO_PCA953X

Akhilesh Patil posted 1 patch 4 weeks ago
drivers/gpio/Kconfig | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
[PATCH] gpio: Kconfig: Update help for GPIO_PCA953X
Posted by Akhilesh Patil 4 weeks ago
Update help description with supported ICs from gpio-pca953x.c
Include missing IC names.

Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
---
 drivers/gpio/Kconfig | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index e43abb322fa6..02e4cf83b9bf 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1194,14 +1194,18 @@ config GPIO_PCA953X
 	  4 bits:       pca9536, pca9537
 
 	  8 bits:       max7310, max7315, pca6107, pca9534, pca9538, pca9554,
-	                pca9556, pca9557, pca9574, tca6408, tca9554, xra1202
+	                pca9556, pca9557, pca9574, tca6408, tca9554, xra1202,
+			pcal6408, pcal9554b, tca9538
 
 	  16 bits:      max7312, max7313, pca9535, pca9539, pca9555, pca9575,
-	                tca6416
+	                tca6416, pca6416, pcal6416, pcal9535, pcal9555a, max7318,
+			tca9539
 
-	  24 bits:      tca6424
+	  18 bits:	tca6418
 
-	  40 bits:      pca9505, pca9698
+	  24 bits:      tca6424, pcal6524
+
+	  40 bits:      pca9505, pca9698, pca9506
 
 config GPIO_PCA953X_IRQ
 	bool "Interrupt controller support for PCA953x"
-- 
2.34.1
Re: [PATCH] gpio: Kconfig: Update help for GPIO_PCA953X
Posted by Bartosz Golaszewski 3 weeks, 3 days ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Thu, 04 Sep 2025 20:46:09 +0530, Akhilesh Patil wrote:
> Update help description with supported ICs from gpio-pca953x.c
> Include missing IC names.
> 
> 

Applied, thanks!

[1/1] gpio: Kconfig: Update help for GPIO_PCA953X
      https://git.kernel.org/brgl/linux/c/d3e7efad8fbaf0c2d6f039ae074a20c3aa89bd12

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>