From patchwork Fri Mar 18 08:06:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ohad Ben Cohen X-Patchwork-Id: 643401 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 p2I87Z2n008763 for ; Fri, 18 Mar 2011 08:07:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752204Ab1CRIHJ (ORCPT ); Fri, 18 Mar 2011 04:07:09 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:43667 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755049Ab1CRIHB (ORCPT ); Fri, 18 Mar 2011 04:07:01 -0400 Received: by iwn34 with SMTP id 34so3708179iwn.19 for ; Fri, 18 Mar 2011 01:07:01 -0700 (PDT) Received: by 10.231.201.82 with SMTP id ez18mr704776ibb.50.1300435621167; Fri, 18 Mar 2011 01:07:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.155.136 with HTTP; Fri, 18 Mar 2011 01:06:41 -0700 (PDT) X-Originating-IP: [109.186.76.183] In-Reply-To: <20110318070935.GC3555@atomide.com> References: <20110317183048.GW7258@atomide.com> <20110318070935.GC3555@atomide.com> From: Ohad Ben-Cohen Date: Fri, 18 Mar 2011 10:06:41 +0200 Message-ID: Subject: Re: [GIT PULL] omap changes for v2.6.39 merge window To: Tony Lindgren Cc: Linus Torvalds , Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org 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.6 (demeter1.kernel.org [140.211.167.41]); Fri, 18 Mar 2011 08:07:36 +0000 (UTC) From d086e8f994b9272f8c999af0a4d32d870749c77a Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen Date: Fri, 18 Mar 2011 10:01:11 +0200 Subject: [PATCH] hwspinlock: depend on OMAP4 Currently only OMAP4 supports hwspinlocks, so don't bother asking anyone else. Signed-off-by: Ohad Ben-Cohen --- drivers/hwspinlock/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index eb4af28..1f29bab 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig @@ -4,6 +4,7 @@ config HWSPINLOCK tristate "Generic Hardware Spinlock framework" + depends on ARCH_OMAP4 help Say y here to support the generic hardware spinlock framework. You only need to enable this if you have hardware spinlock module -- 1.7.1