From patchwork Thu Jul 7 10:19:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Imre Kaloz X-Patchwork-Id: 952542 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p67AKqvJ018177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Jul 2011 10:21:13 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Qelgw-0006GC-Md; Thu, 07 Jul 2011 10:20:19 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qelgv-0001CV-Nt; Thu, 07 Jul 2011 10:20:17 +0000 Received: from mail.ahiv.hu ([195.228.168.219]) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Qelfu-0000vV-7D for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2011 10:19:15 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.ahiv.hu (Postfix) with ESMTP id 2EA04E94573; Thu, 7 Jul 2011 12:19:12 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.ahiv.hu X-Spam-Flag: NO X-Spam-Score: -0.74 X-Spam-Level: X-Spam-Status: No, score=-0.74 required=6.31 tests=[BAYES_20=-0.74] Received: from mail.ahiv.hu ([127.0.0.1]) by localhost (mail.ahiv.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C3awLjlut-XD; Thu, 7 Jul 2011 12:19:12 +0200 (CEST) Received: from ecaz.afh.b-m.hu (firewall.ahiv.hu [195.228.168.220]) by mail.ahiv.hu (Postfix) with ESMTP id 007A3E94569; Thu, 7 Jul 2011 12:19:12 +0200 (CEST) From: Imre Kaloz To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: make CNS3XXX select CPU_V6K Date: Thu, 7 Jul 2011 12:19:09 +0200 Message-Id: <1310033949-25590-1-git-send-email-kaloz@openwrt.org> X-Mailer: git-send-email 1.7.1 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110707_061914_493317_A6090833 X-CRM114-Status: GOOD ( 10.45 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- Cc: avorontsov@mvista.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 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 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 07 Jul 2011 10:21:13 +0000 (UTC) CNS3XXX is based on MPCore, so select the right CPU option for it. Signed-off-by: Imre Kaloz --- arch/arm/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 9adc278..c2e5f3d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -321,7 +321,7 @@ config ARCH_CLPS711X config ARCH_CNS3XXX bool "Cavium Networks CNS3XXX family" - select CPU_V6 + select CPU_V6K select GENERIC_CLOCKEVENTS select ARM_GIC select MIGHT_HAVE_PCI