From patchwork Fri Dec 24 02:48:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Gamari X-Patchwork-Id: 431371 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 oBO2mgY2014599 for ; Fri, 24 Dec 2010 02:48:42 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752616Ab0LXCsj (ORCPT ); Thu, 23 Dec 2010 21:48:39 -0500 Received: from mail-vw0-f46.google.com ([209.85.212.46]:47642 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752038Ab0LXCsi (ORCPT ); Thu, 23 Dec 2010 21:48:38 -0500 Received: by vws16 with SMTP id 16so2631747vws.19 for ; Thu, 23 Dec 2010 18:48:38 -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:date :message-id:x-mailer; bh=bzEiyX2CQryxuaywHkottgA1feGlXfgsSICM2cR2zBc=; b=luMlaELg7Qu4Tw0xZ4umJrO7ebssP5GVDupzBY82CjWa6BHjoUJ+gnEfIrJ3XOsb0c T1cTESlAlL+xjFQFcPgO+hfzESQlBUZsqoRbzy2uE7wR6MgffilkUm6OvgUHLKW8qnsL cuOyEiWH9LSmsllakv8+knPe8EdJ0TrASjB2Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=o2zaJeqEfvbURAp+d9NRml4YgM64HcMXhYvLCWysvuy6JrWtxnHPB1p+LWDIcZYuwq YK6wAQV7TNF0nrUfHuSln4LUfdiwvuqpL5G+9JhFdFJ0lc/KvilqDG3NsvAHIzoMpZal obq/73GuwH1rR/oUenpUIKhQxgyatxY0LJjcg= Received: by 10.220.200.70 with SMTP id ev6mr2444968vcb.248.1293158918230; Thu, 23 Dec 2010 18:48:38 -0800 (PST) Received: from ben-laptop (c-24-61-223-13.hsd1.nh.comcast.net [24.61.223.13]) by mx.google.com with ESMTPS id f17sm3082120vbv.16.2010.12.23.18.48.37 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Dec 2010 18:48:37 -0800 (PST) From: Ben Gamari To: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Ben Gamari Subject: [PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER Date: Thu, 23 Dec 2010 21:48:09 -0500 Message-Id: <1293158889-9708-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.7.1 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:48:42 +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"