diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-04-04 16:54:18 +0900 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-04-19 07:53:52 +0100 |
commit | 073d4aca342029fc62fefa500bb11a556c5f7223 (patch) | |
tree | e21f607b47909ac3b51ba30d3a96a36897f3c3b0 /drivers/mfd/Kconfig | |
parent | c796c50b9c20b586cd8c3e3a57cea4f0762a60fc (diff) | |
download | linux-073d4aca342029fc62fefa500bb11a556c5f7223.tar.gz linux-073d4aca342029fc62fefa500bb11a556c5f7223.tar.bz2 linux-073d4aca342029fc62fefa500bb11a556c5f7223.zip |
mfd: max77693: Allow building as a module
The consumer of max77693 regulators on Trats2 board (samsung-usb2-phy
driver) supports deferred probing so the max77693 main MFD driver can be
built now as a module. This gives more flexibility and removes manual
ordering of init calls.
Suggested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index eea61e349e26..aa1e7c3f82ee 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -543,8 +543,8 @@ config MFD_MAX77686 of the device. config MFD_MAX77693 - bool "Maxim Semiconductor MAX77693 PMIC Support" - depends on I2C=y + tristate "Maxim Semiconductor MAX77693 PMIC Support" + depends on I2C select MFD_CORE select REGMAP_I2C select REGMAP_IRQ |