From: Mark Brown Date: Sat, 19 May 2012 16:54:28 +0000 (+0100) Subject: mfd: tpx6586x: Depend on regulator X-Git-Tag: firefly_0821_release~3680^2~2855^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b4410a891af503b93d4c0186d47ca62ece25db8b;p=firefly-linux-kernel-4.4.55.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 11e44386fa9b..a4fd1738191a 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.