summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-06-25 07:14:47 (GMT)
committerLee Jones <lee.jones@linaro.org>2014-07-09 13:58:12 (GMT)
commitb7cde7078d2344073c310aa65fc2b0a845d2cb5b (patch)
treecea3062fcf908fed85cf3d4aad78367567a4171e /drivers/mfd/Kconfig
parentb264fc7002b658aceb679449952a674ef60b4655 (diff)
downloadlinux-b7cde7078d2344073c310aa65fc2b0a845d2cb5b.tar.xz
mfd: sec-core: Prepare regulators for suspend state to reduce power-consumption
This patch use regulator_suspend_prepare() function to prepare the proper state of regulators for suspend state to remove un-necessary leakage power-consumption. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index defe58d..b8d9ca0 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -587,6 +587,7 @@ config MFD_SEC_CORE
select MFD_CORE
select REGMAP_I2C
select REGMAP_IRQ
+ select REGULATOR
help
Support for the Samsung Electronics MFD series.
This driver provides common support for accessing the device,