From patchwork Mon Feb 27 07:44:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 143160 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BCA60B6FCB for ; Mon, 27 Feb 2012 18:32:35 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S1v2L-0004IV-A2; Mon, 27 Feb 2012 07:30:21 +0000 Received: from mail-iy0-f177.google.com ([209.85.210.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1S1v2I-0004I5-98 for linux-arm-kernel@lists.infradead.org; Mon, 27 Feb 2012 07:30:18 +0000 Received: by iaky10 with SMTP id y10so4517000iak.36 for ; Sun, 26 Feb 2012 23:30:17 -0800 (PST) Received-SPF: pass (google.com: domain of shawn.guo@linaro.org designates 10.42.140.199 as permitted sender) client-ip=10.42.140.199; Authentication-Results: mr.google.com; spf=pass (google.com: domain of shawn.guo@linaro.org designates 10.42.140.199 as permitted sender) smtp.mail=shawn.guo@linaro.org Received: from mr.google.com ([10.42.140.199]) by 10.42.140.199 with SMTP id l7mr2981762icu.28.1330327817509 (num_hops = 1); Sun, 26 Feb 2012 23:30:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.140.199 with SMTP id l7mr2450927icu.28.1330327817457; Sun, 26 Feb 2012 23:30:17 -0800 (PST) Received: from localhost.localdomain ([117.82.22.62]) by mx.google.com with ESMTPS id f8sm18616298ibl.6.2012.02.26.23.30.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 26 Feb 2012 23:30:16 -0800 (PST) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: defconfig: imx_v6_v7: build in REGULATOR_FIXED_VOLTAGE Date: Mon, 27 Feb 2012 15:44:09 +0800 Message-Id: <1330328649-2174-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.7.5.4 X-Gm-Message-State: ALoCoQndaepv3jkmUO+efj0e0lM4vbKMa9kbwcWf0y0jiUhtJuHIDHJHb5pDDDYELTSBczhwJIPA X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.210.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Some devices on some imx boards are supplied by fixed voltage, so build REGULATOR_FIXED_VOLTAGE support in. Signed-off-by: Shawn Guo --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index fa236a2..3cd6069 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -124,6 +124,7 @@ CONFIG_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_MFD_MC13XXX=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_MC13892=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y