From 1b13f4bbcbe0d9797bcfd7c8bee7c077787313e1 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Wed, 28 Jul 2010 20:06:16 +0300 Subject: [PATCH] regulator: tps6586x: add dependancy on MFD_TPS6585x Signed-off-by: Mike Rapoport Signed-off-by: Liam Girdwood --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 93bf5fe5660..172951bf23a 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -231,7 +231,7 @@ config REGULATOR_AB8500 config REGULATOR_TPS6586X tristate "TI TPS6586X Power regulators" - depends on I2C + depends on MFD_TPS6586X help This driver supports TPS6586X voltage regulator chips. -- 2.39.2