hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/gpio/Kconfig
....@@ -984,6 +984,14 @@
984984 help
985985 Select this to enable the MC9S08DZ60 GPIO driver
986986
987
+config GPIO_NCA9539
988
+ tristate "NCA9539 I2C GPIO expander"
989
+ depends on I2C || COMPILE_TEST
990
+ select REGMAP_I2C
991
+ help
992
+ Say yes here to support the NCA9539 series of I2C Expanders.
993
+ GPIO expanders used for additional digital outputs or inputs.
994
+
987995 config GPIO_PCA953X
988996 tristate "PCA95[357]x, PCA9698, TCA64xx, and MAX7310 I/O ports"
989997 select REGMAP_I2C