From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guodong Xu Subject: [PATCH v5 7/7] ARM: hi3xxx_defconfig: Enable HI6421 MFD and Regulators Date: Wed, 13 Aug 2014 19:33:44 +0800 Message-ID: <1407929624-8737-8-git-send-email-guodong.xu@linaro.org> References: <1407929624-8737-1-git-send-email-guodong.xu@linaro.org> Return-path: In-Reply-To: <1407929624-8737-1-git-send-email-guodong.xu@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, sameo@linux.intel.com, lee.jones@linaro.org, lgirdwood@gmail.com, broonie@kernel.org, grant.likely@linaro.org, khilman@linaro.org, haojian.zhuang@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Guodong Xu List-Id: devicetree@vger.kernel.org Enable HiSilicon Hi6421 MFD and regulator drivers in hi3xxx_defconfig Signed-off-by: Guodong Xu --- arch/arm/configs/hi3xxx_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/hi3xxx_defconfig b/arch/arm/configs/hi3xxx_defconfig index f186bdf..6cf9187 100644 --- a/arch/arm/configs/hi3xxx_defconfig +++ b/arch/arm/configs/hi3xxx_defconfig @@ -54,3 +54,6 @@ CONFIG_PRINTK_TIME=y CONFIG_DEBUG_FS=y CONFIG_DEBUG_KERNEL=y CONFIG_LOCKUP_DETECTOR=y +CONFIG_MFD_HI6421_PMIC=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_HI6421=y -- 1.9.1