From d4b15e447c352ae74b18261bdaf0023fa9a7d1bd Mon Sep 17 00:00:00 2001 From: Guillaume La Roque Date: Wed, 26 Oct 2022 16:09:11 +0200 Subject: [PATCH] mfd: palmas: Add support of module build for Ti palmas chip Modified Kconfig to enable module build support Signed-off-by: Guillaume La Roque Signed-off-by: Nicolas Frayer Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20221026140911.204776-1-nfrayer@baylibre.com --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f4a3415..6e92044 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1489,7 +1489,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.7.4