From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754112AbbDHNlP (ORCPT ); Wed, 8 Apr 2015 09:41:15 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:16397 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753708AbbDHNlO (ORCPT ); Wed, 8 Apr 2015 09:41:14 -0400 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Wed, 08 Apr 2015 06:38:35 -0700 From: Laxman Dewangan To: , CC: , Laxman Dewangan Subject: [PATCH] regulator: kconfig: make max8973 driver to depend on GPIOLIB Date: Wed, 8 Apr 2015 19:07:07 +0530 Message-ID: <1428500227-3379-1-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 1.8.1.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MAX8973 regulator driver uses the GPIO APIs for accessing the control signal connected to its pin from host processor. Make this driver depends on GPIOLIB. Signed-off-by: Laxman Dewangan --- drivers/regulator/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a6f116a..a74ca4e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -364,6 +364,7 @@ config REGULATOR_MAX8952 config REGULATOR_MAX8973 tristate "Maxim MAX8973 voltage regulator " depends on I2C + depends on GPIOLIB select REGMAP_I2C help The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down -- 1.8.1.5