From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759715AbcHaI7c (ORCPT ); Wed, 31 Aug 2016 04:59:32 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:49695 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759676AbcHaI6q (ORCPT ); Wed, 31 Aug 2016 04:58:46 -0400 From: Keerthy To: CC: , , , , , , , Subject: [PATCH v9 3/3] regulator: lp873x: Change the MFD config option as per latest naming Date: Wed, 31 Aug 2016 14:28:12 +0530 Message-ID: <1472633892-8261-4-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1472633892-8261-1-git-send-email-j-keerthy@ti.com> References: <1472633892-8261-1-git-send-email-j-keerthy@ti.com> 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 Change the MFD config option as per latest naming Acked-by: Mark Brown Signed-off-by: Keerthy --- drivers/regulator/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4c2631a..06c7518 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -323,7 +323,7 @@ config REGULATOR_LP872X config REGULATOR_LP873X tristate "TI LP873X Power regulators" - depends on MFD_LP873X && OF + depends on MFD_TI_LP873X && OF help This driver supports LP873X voltage regulator chips. LP873X provides two step-down converters and two general-purpose LDO -- 1.9.1