From: Mark Brown Date: Sat, 19 May 2012 16:54:28 +0000 (+0100) Subject: mfd: tpx6586x: Depend on regulator X-Git-Tag: v3.5-rc1~177^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4410a891af503b93d4c0186d47ca62ece25db8b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git mfd: tpx6586x: Depend on regulator Some of the OF binding stuff is done in the MFD. Signed-off-by: Mark Brown --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 11e4438..a4fd173 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -162,6 +162,7 @@ config MFD_TPS6586X bool "TPS6586x Power Management chips" depends on I2C=y && GPIOLIB && GENERIC_HARDIRQS select MFD_CORE + depends on REGULATOR help If you say yes here you get support for the TPS6586X series of Power Management chips.