From b4410a891af503b93d4c0186d47ca62ece25db8b Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Sat, 19 May 2012 17:54:28 +0100 Subject: [PATCH] mfd: tpx6586x: Depend on regulator Some of the OF binding stuff is done in the MFD. Signed-off-by: Mark Brown --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4