[PATCH] mfd: palmas: add support of module build for Ti palmas chip

From: Nicolas Frayer
Date: Wed Oct 26 2022 - 10:09:39 EST


From: Guillaume La Roque <glaroque@xxxxxxxxxxxx>

Modified Kconfig to enable module build support

Signed-off-by: Guillaume La Roque <glaroque@xxxxxxxxxxxx>
Signed-off-by: Nicolas Frayer <nfrayer@xxxxxxxxxxxx>
---
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 8b93856de432..e433663a655e 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1499,7 +1499,7 @@ config MFD_OMAP_USB_HOST
OMAP USB Host drivers.

config MFD_PALMAS
- bool "TI Palmas series chips"
+ tristate "TI Palmas series chips"
select MFD_CORE
select REGMAP_I2C
select REGMAP_IRQ
--
2.25.1