From patchwork Fri Dec 24 02:43:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gamari X-Patchwork-Id: 431341 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oBO2hNtq012019 for ; Fri, 24 Dec 2010 02:43:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752790Ab0LXCnW (ORCPT ); Thu, 23 Dec 2010 21:43:22 -0500 Received: from mail-vw0-f46.google.com ([209.85.212.46]:52285 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752601Ab0LXCnW (ORCPT ); Thu, 23 Dec 2010 21:43:22 -0500 Received: by vws16 with SMTP id 16so2630294vws.19 for ; Thu, 23 Dec 2010 18:43:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=EF5PvLR0o+fqsOucF5dGuR981FTovJs6evoNhJ/fvvU=; b=e6QcPnpioeZZny5eihYpLgUx2BWiNsuKLeTvQcO72hMAtlXDIeRHBm0i6WgDLFDC34 M8qJ8YoIcj4eON/UCYI4HjoCXvWM12PmZ1Vy8Uu+OvbxNpQ9QnZJhxelAQWWs+IuoJ0E IAPNP3kAZRyaqci/pQtnqpYCjv4hKwidjQtn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=vVP3mQIsw10SST1DT2swVqNqVpa3blPgMfuorPDh4+S0FuoBkuQysaEAPQjJAr4MM/ 74yvGlyiEZT3f9BujbWX9/FtQAvgeTcjmKcgV2aS2e4B3qanNDxrY+QZmz4sfdTMebqE VDPOdbnKcClMScuuvSDnK11m8+pTDgazX2NcQ= Received: by 10.220.186.132 with SMTP id cs4mr2525878vcb.196.1293158601136; Thu, 23 Dec 2010 18:43:21 -0800 (PST) Received: from localhost (c-24-61-223-13.hsd1.nh.comcast.net [24.61.223.13]) by mx.google.com with ESMTPS id w26sm1810268vcf.21.2010.12.23.18.43.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Dec 2010 18:43:20 -0800 (PST) From: Ben Gamari To: tony@atomide.com Cc: linux-omap@vger.kernel.org, manjugk@ti.com, santosh.shilimkar@ti.com, khilman@deeprootsystems.com, linux-arm-kernel@vger.kernel.org Subject: Re: [PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER In-Reply-To: <1293127631-764-2-git-send-email-bgamari.foss@gmail.com> References: <1293127631-764-1-git-send-email-bgamari.foss@gmail.com> <1293127631-764-2-git-send-email-bgamari.foss@gmail.com> User-Agent: Notmuch/0.5-17-g2d1420b (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Thu, 23 Dec 2010 21:43:18 -0500 Message-ID: <87sjxnx54p.fsf@gmail.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 24 Dec 2010 02:43:23 +0000 (UTC) diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index 92c5bb7..784c06c 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -18,6 +18,7 @@ config ARCH_OMAP1 config ARCH_OMAP2PLUS bool "TI OMAP2/3/4" select COMMON_CLKDEV + select OMAP_DM_TIMER help "Systems based on OMAP2, OMAP3 or OMAP4"