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

Nicolas Frayer posted 1 patch 3 years, 1 month ago
drivers/mfd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mfd: palmas: add support of module build for Ti palmas chip
Posted by Nicolas Frayer 3 years, 1 month ago
From: Guillaume La Roque <glaroque@baylibre.com>

Modified Kconfig to enable module build support

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Nicolas Frayer <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 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
Re: [PATCH] mfd: palmas: add support of module build for Ti palmas chip
Posted by Lee Jones 3 years, 1 month ago
On Wed, 26 Oct 2022, Nicolas Frayer wrote:

> From: Guillaume La Roque <glaroque@baylibre.com>
> 
> Modified Kconfig to enable module build support
> 
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]