Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752123AbdIUJBM (ORCPT ); Thu, 21 Sep 2017 05:01:12 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:2182 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752099AbdIUJBL (ORCPT ); Thu, 21 Sep 2017 05:01:11 -0400 X-UUID: 30e729b946ba43bb82b3cfc5618057a0-20170921 From: To: , , , CC: , , Sean Wang Subject: [PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols Date: Thu, 21 Sep 2017 17:01:05 +0800 Message-ID: <6c1696cf9f860cc8151a906ecbc799121b5aeeab.1505984256.git.sean.wang@mediatek.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 840 Lines: 26 From: Sean Wang MTK_PMIC_WRAP is the basic and required configuration for those various MediaTek PMICs, so turning MTK_PMIC_WRAP into visible symbols easily allows users tending to have the enablement for those PMICs. Signed-off-by: Sean Wang --- drivers/soc/mediatek/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/mediatek/Kconfig b/drivers/soc/mediatek/Kconfig index a2fcd7f..d513629 100644 --- a/drivers/soc/mediatek/Kconfig +++ b/drivers/soc/mediatek/Kconfig @@ -15,7 +15,7 @@ config MTK_INFRACFG config MTK_PMIC_WRAP tristate "MediaTek PMIC Wrapper Support" depends on ARCH_MEDIATEK - depends on RESET_CONTROLLER + select RESET_CONTROLLER select REGMAP help Say yes here to add support for MediaTek PMIC Wrapper found -- 2.7.4