From patchwork Wed Apr 15 10:50:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 18341 X-Patchwork-Delegate: lethal@linux-sh.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3FAqlhb007219 for ; Wed, 15 Apr 2009 10:53:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757855AbZDOKxT (ORCPT ); Wed, 15 Apr 2009 06:53:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758399AbZDOKxT (ORCPT ); Wed, 15 Apr 2009 06:53:19 -0400 Received: from rv-out-0506.google.com ([209.85.198.236]:60616 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757855AbZDOKxS (ORCPT ); Wed, 15 Apr 2009 06:53:18 -0400 Received: by rv-out-0506.google.com with SMTP id f9so3043136rvb.1 for ; Wed, 15 Apr 2009 03:53:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=jyaeFMmFwmkYCJqJi12p62NszgAHD/dW0/noz81dtQo=; b=rmxQ6ovbL+4+kDCFKXEMdkbGha3mSoYLwAnPUOmi9tB/t/f7L6SXDuSOnKIkwA9Hc/ rw2G00QEVS52kadRn1DhN65muVZkYhH+J8Kepzy3e3JOl1cfyxuxzhN6d/5B86DEWvuQ SPoU+11xAyE44N5XgX8qqNVn9mqUledXSVeXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=bIEe41o8Y7uUfkt5s0dtkxMtvjB6s273TW0bNOWvHH0JyiSNsSCTTC5RnHJIsbUl1/ riFgFwUMirLsnOBIxj1aBD34+UKy2FBz9/75u0FlA4HZrM0V7dfa6WIP67aMoXlkxyjg Q1oYp6kKmQNQj+4tCE811De91C9cj1BiGHRAM= Received: by 10.141.132.1 with SMTP id j1mr297209rvn.124.1239792797991; Wed, 15 Apr 2009 03:53:17 -0700 (PDT) Received: from rx1.opensource.se (210.5.32.202.bf.2iij.net [202.32.5.210]) by mx.google.com with ESMTPS id g22sm10714715rvb.3.2009.04.15.03.53.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Apr 2009 03:53:17 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Cc: johnstul@us.ibm.com, Magnus Damm , lethal@linux-sh.org, gregkh@suse.de, akpm@linux-foundation.org Date: Wed, 15 Apr 2009 19:50:38 +0900 Message-Id: <20090415105038.29940.67915.sendpatchset@rx1.opensource.se> In-Reply-To: <20090415104956.29940.86548.sendpatchset@rx1.opensource.se> References: <20090415104956.29940.86548.sendpatchset@rx1.opensource.se> Subject: [PATCH 05/05] sh: Let SH_TIMER_CMT select GENERIC_TIME Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org From: Magnus Damm Let SH_TIMER_CMT select GENERIC_TIME. This since GENERIC_TIME is required to build the CMT driver. Without this patch the TMU driver must be enabled for the CMT driver to build. Signed-off-by: Magnus Damm --- arch/sh/Kconfig | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0001/arch/sh/Kconfig +++ work/arch/sh/Kconfig 2009-02-04 19:29:12.000000000 +0900 @@ -431,6 +431,7 @@ config SH_CMT config SH_TIMER_CMT bool "CMT clockevents driver" depends on SYS_SUPPORTS_CMT && !SH_CMT + select GENERIC_TIME select GENERIC_CLOCKEVENTS config SH_MTU2