From patchwork Wed Apr 10 04:07:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 2419271 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 1E3063FD8C for ; Wed, 10 Apr 2013 04:10:35 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPmMT-0002ro-5q; Wed, 10 Apr 2013 04:10:19 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPmMD-0003BT-MI; Wed, 10 Apr 2013 04:10:01 +0000 Received: from mail-pb0-f51.google.com ([209.85.160.51]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPmMA-0003B1-IE for linux-arm-kernel@lists.infradead.org; Wed, 10 Apr 2013 04:09:59 +0000 Received: by mail-pb0-f51.google.com with SMTP id rr4so31680pbb.24 for ; Tue, 09 Apr 2013 21:09:56 -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 :x-gm-message-state; bh=BOni3/4ppgUj6hGUK7C0qYX12rXJ8Lod6AwnvVEFs3A=; b=lt7O4JDRb1bLCQVQ+uXv8dS7nOxa67sTfWdAc38wuARNK72O76pcDX/+I4Lv6ed5e/ zkI5unY0AdadlMWp1XDcZyEZphQMzHTtOU/L28Pn7WBJjA/pImvLM1m9/GlnYKOTGx2H wBlVe4TkALUOmmYSCK70zgpnFTiDow7kCod3aFUmA8xBRjrkcxDESsdDVZZxR9lB0EcV r6HcO3ZCZaZ/l8rTzXFeuw+j9/Uzy//Uxk1s6TozzsOD9m2N670ksKZ/DySpVV2ERiBs Sv4tX5iRiIVbp44WZHATMmEY9MfRvgLEQ6I0VTZI4/XzrQ3c2v7pg1zslUgaQ/lkwGXV ZQWA== X-Received: by 10.68.178.37 with SMTP id cv5mr420391pbc.213.1365566996515; Tue, 09 Apr 2013 21:09:56 -0700 (PDT) Received: from localhost.localdomain ([27.115.121.38]) by mx.google.com with ESMTPS id li15sm49223795pab.2.2013.04.09.21.09.42 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 21:09:55 -0700 (PDT) From: Haojian Zhuang To: eric.y.miao@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: pxa: select PXA935 on saar & tavorevb Date: Wed, 10 Apr 2013 12:07:22 +0800 Message-Id: <1365566842-16407-1-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQl+2cf2ZN9pkXgCPKWjdruoPRQ2BLX4e+n9dWDaFqA/E+diSs9IQ0BQDugcH7Pzoe39uMt6 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130410_000958_711378_CAF9F035 X-CRM114-Status: UNSURE ( 8.92 ) 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 [209.85.160.51 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Haojian Zhuang , patches@linaro.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 Since both PXA930 and PXA935 are used in Saar & TavorEVB platform, select PXA935 too. Signed-off-by: Haojian Zhuang --- arch/arm/mach-pxa/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 0e74ba0..96100db 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -51,11 +51,13 @@ config MACH_LITTLETON config MACH_TAVOREVB bool "PXA930 Evaluation Board (aka TavorEVB)" select CPU_PXA930 + select CPU_PXA935 select PXA3xx config MACH_SAAR bool "PXA930 Handheld Platform (aka SAAR)" select CPU_PXA930 + select CPU_PXA935 select PXA3xx comment "Third Party Dev Platforms (sorted by vendor name)"