From patchwork Thu Mar 21 11:09:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 2312331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 03114400E6 for ; Thu, 21 Mar 2013 11:12:51 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIdNo-0007zr-72; Thu, 21 Mar 2013 11:10:08 +0000 Received: from mail-wg0-f51.google.com ([74.125.82.51]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UIdNg-0007xM-Gf for linux-arm-kernel@lists.infradead.org; Thu, 21 Mar 2013 11:10:04 +0000 Received: by mail-wg0-f51.google.com with SMTP id 8so2082740wgl.18 for ; Thu, 21 Mar 2013 04:09:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=28URjSaqJeKL2wAgrTu6bsjErAnTUg0xLob2Y0wpLPk=; b=kqIx8PIlmm1tmK2VSZPnFH5d8OXFvafjQfnYqkVwO/M1hws16zBosOtxVyrfDfkei9 fqR1Zqs8lcXpPwVWGTGOmQCVLuterFmhNPba1PUftDd7Cs0YFtv1u74ElzGC40c0z4ki gHbhnuPnNGnYbwZZDUzYK5SxA5Niy/OqNQlFX0En1OCId2dmB9CrC6PBdGb9JaMux3v+ Sey8lO2Cjl7wmqHIZFaVMlQkXjM0KbpCVE2Q6jjdG8Xl4qGex/HoxolZXzhzXI8/0lFn vNcXz59aCkNaMns9Pw5CqmwzMbazf04Kwz5zM4cpL77MylW5gQrFtFgTCg71BPz26uhl urJg== X-Received: by 10.180.77.9 with SMTP id o9mr4142680wiw.16.1363864197056; Thu, 21 Mar 2013 04:09:57 -0700 (PDT) Received: from localhost ([2a01:2003:1:1e91:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id du2sm4049122wib.0.2013.03.21.04.09.52 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Mar 2013 04:09:56 -0700 (PDT) From: Fabio Baltieri To: Linus Walleij Subject: [PATCH v2] ARM: ux500: select WATCHDOG and MUSB for ux500 Date: Thu, 21 Mar 2013 12:09:46 +0100 Message-Id: <1363864186-11514-1-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.8.1.3 In-Reply-To: <20130319115518.GA1558@balto.lan> References: <20130319115518.GA1558@balto.lan> X-Gm-Message-State: ALoCoQm5KCNCC0XSgrY5mvP1gindi4GNNfVSDkosvpXeDrrK6e6GZhqRQWwSGobU61ZH5DvldFO0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130321_071000_646011_E44C84A8 X-CRM114-Status: UNSURE ( 9.68 ) X-CRM114-Notice: Please train this message. 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 [74.125.82.51 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Baltieri , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Enable ux500 specific USB and watchdog drivers by default on u8500_defconfig. Signed-off-by: Fabio Baltieri --- Hi Linus, this enables USB and watchdog on ux500 defconfig, and is generated considering the new USB_PHY config option recently added in the musb-next tree. Thanks, Fabio arch/arm/configs/u8500_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 426270f..a68b773 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -71,6 +71,7 @@ CONFIG_GPIO_TC3589X=y # CONFIG_AB8500_BATTERY_THERM_ON_BATCTRL is not set CONFIG_THERMAL=y CONFIG_CPU_THERMAL=y +CONFIG_WATCHDOG=y CONFIG_MFD_STMPE=y CONFIG_MFD_TC3589X=y CONFIG_AB5500_CORE=y @@ -80,7 +81,14 @@ CONFIG_REGULATOR_AB8500=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y # CONFIG_HID_SUPPORT is not set +CONFIG_USB=y +CONFIG_USB_MUSB_HDRC=y +CONFIG_USB_MUSB_UX500=y +CONFIG_USB_PHY=y +CONFIG_AB8500_USB=y CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MUSB_HDRC=y +CONFIG_USB_ETH=m CONFIG_AB8500_USB=y CONFIG_MMC=y CONFIG_MMC_CLKGATE=y