mfd: palmas: add support of module build for Ti palmas chip

Message ID 20221026140911.204776-1-nfrayer@baylibre.com
State New
Headers
Series mfd: palmas: add support of module build for Ti palmas chip |

Commit Message

Nicolas Frayer Oct. 26, 2022, 2:09 p.m. UTC
  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(-)
  

Comments

Lee Jones Oct. 31, 2022, 3:27 p.m. UTC | #1
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.
  

Patch

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