Hi-- On 9/3/25 3:05 AM, Nuno Sá via B4 Relay wrote: > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index e43abb322fa6e15f19f2f498aa5adea03e6cd3bf..0273b0f8944b634f14141aac4d99f502d03b3a32 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -461,6 +461,16 @@ config GPIO_LPC32XX > Select this option to enable GPIO driver for > NXP LPC32XX devices. > How about either of these instead? > +config GPIO_LTC4283 > + tristate "Analog Devices LTC4283 GPIO support" > + depends on SENSORS_LTC4283 > + help > + If you say yes here you want the GPIO function available in Analog > + Devices LTC4283 Negative Voltage Hot Swap Controller. this > + Say yes here you want the GPIO function available in Analog > + Devices LTC4283 Negative Voltage Hot Swap Controller. or this > + If you say yes here you get the GPIO function available in Analog > + Devices LTC4283 Negative Voltage Hot Swap Controller. or use the GPIO_LPC32XX kconfig entry just above here as a model. thanks. -- ~Randy