Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754000Ab2ESRPS (ORCPT ); Sat, 19 May 2012 13:15:18 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:34516 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751248Ab2ESRPQ (ORCPT ); Sat, 19 May 2012 13:15:16 -0400 From: Mark Brown To: Samuel Ortiz , Thierry Reding Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [PATCH] mfd: tpx6586x: Depend on regulator Date: Sat, 19 May 2012 18:15:12 +0100 Message-Id: <1337447712-9879-1-git-send-email-broonie@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 30 Some of the OF binding stuff is done in the MFD. Signed-off-by: Mark Brown --- It just went ahead and applied this. drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1f887a2..f15273c 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -175,6 +175,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. -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/