diff options
author | Guillaume La Roque <glaroque@baylibre.com> | 2022-10-26 16:09:11 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-12-07 14:28:08 +0100 |
commit | d4b15e447c352ae74b18261bdaf0023fa9a7d1bd (patch) | |
tree | 6125aa673f609da2e1ee828025c93a7aef74de25 /drivers/mfd/Kconfig | |
parent | dt-bindings: mfd: ti,am3359-tscadc: Add missing power-domains property (diff) | |
download | linux-d4b15e447c352ae74b18261bdaf0023fa9a7d1bd.tar.xz linux-d4b15e447c352ae74b18261bdaf0023fa9a7d1bd.zip |
mfd: palmas: Add support of module build for Ti palmas chip
Modified Kconfig to enable module build support
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20221026140911.204776-1-nfrayer@baylibre.com
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index f4a3415f7297..6e920442366c 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 |