Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752404AbYHAOzg (ORCPT ); Fri, 1 Aug 2008 10:55:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751064AbYHAOz2 (ORCPT ); Fri, 1 Aug 2008 10:55:28 -0400 Received: from relay1.sgi.com ([192.48.171.29]:51889 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750984AbYHAOz2 (ORCPT ); Fri, 1 Aug 2008 10:55:28 -0400 Date: Fri, 1 Aug 2008 09:55:26 -0500 From: Dean Nelson To: Linus Torvalds Cc: Stephen Rothwell , Randy Dunlap , Jack Steiner , linux-next@vger.kernel.org, LKML Subject: [PATCH] add reverse dependency of CONFIG_SGI_XP upon CONFIG_SGI_GRU Message-ID: <20080801145526.GA29354@sgi.com> References: <20080731175854.09ea35c8.sfr@canb.auug.org.au> <20080731223758.b5985dd7.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080731223758.b5985dd7.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 26 Add a reverse dependency of CONFIG_SGI_XP upon CONFIG_SGI_GRU to Kconfig. Signed-off-by: Dean Nelson --- drivers/misc/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux/drivers/misc/Kconfig =================================================================== --- linux.orig/drivers/misc/Kconfig 2008-07-31 12:34:08.000000000 -0500 +++ linux/drivers/misc/Kconfig 2008-08-01 09:16:53.000000000 -0500 @@ -429,6 +429,7 @@ config SGI_XP depends on IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || (X86_64 && SMP) select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 + select SGI_GRU if IA64_GENERIC || IA64_SGI_UV || (X86_64 && SMP) ---help--- An SGI machine can be divided into multiple Single System Images which act independently of each other and have -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/