From patchwork Sun Oct 28 18:31:06 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Eastwood X-Patchwork-Id: 1658141 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id E7364DFABE for ; Sun, 28 Oct 2012 18:35:24 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TSXfW-0005RM-2c; Sun, 28 Oct 2012 18:33:06 +0000 Received: from mail-lb0-f177.google.com ([209.85.217.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TSXfH-0005Pn-E2 for linux-arm-kernel@lists.infradead.org; Sun, 28 Oct 2012 18:32:53 +0000 Received: by mail-lb0-f177.google.com with SMTP id gi11so2532108lbb.36 for ; Sun, 28 Oct 2012 11:32:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=ioTIj5x9w2qqgHIFtPvf+9Tl+4UMYaZoUf7SKYvQUK0=; b=B3eheXrjrJvcRBcmu5iPZyz/Q6zluqXDdyqyr1qPoBT2MIc1WowpBLvJbbcKjNdQdP jyvK1HDsrBHDv0eg6U7yI7o2TISIcVG451aFQAxwhDnI6PBaQxVzpy3ypc1t4U7dTP7M v1wuSQS2dHe3lIo4kMBVZrblJIm815SvcCtNAk1V85iAdUItv9HHfzGYmev84zsJ93GA IOvX2wr0TU67fAPh46EC8NxrjR3JjJgRV64IAKcJa3S0bHoWP5Yg3tF+2dmcFfdMm2n4 5fR+TRCFwUL0JUVNAR/NANUjZOAKqgWdLrk2y9nDsFBLzLUQefedftjideAqXVtRp9hS G34Q== Received: by 10.112.103.7 with SMTP id fs7mr10991734lbb.25.1351449169243; Sun, 28 Oct 2012 11:32:49 -0700 (PDT) Received: from localhost.localdomain (57.90-149-223.nextgentel.com. [90.149.223.57]) by mx.google.com with ESMTPS id q2sm2402977lbd.14.2012.10.28.11.32.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 28 Oct 2012 11:32:46 -0700 (PDT) From: Joachim Eastwood To: nicolas.ferre@atmel.com, plagnioj@jcrosoft.com Subject: [PATCH v3 1/6] ARM: AT91: Fix build failure on board-dt Date: Sun, 28 Oct 2012 19:31:06 +0100 Message-Id: <1351449071-5763-2-git-send-email-manabian@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1351449071-5763-1-git-send-email-manabian@gmail.com> References: <1351449071-5763-1-git-send-email-manabian@gmail.com> X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.217.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (manabian[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Joachim Eastwood , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org We need CONFIG_SOC_AT91SAM9 to get the at91sam926x_timer symbol used in board-dt. Signed-off-by: Joachim Eastwood --- arch/arm/mach-at91/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 9285768..cc7a15c 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -492,6 +492,7 @@ comment "Generic Board Type" config MACH_AT91SAM_DT bool "Atmel AT91SAM Evaluation Kits with device-tree support" + depends on SOC_AT91SAM9 select USE_OF help Select this if you want to experiment device-tree with