From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dean Nelson Subject: [PATCH] add dependency of CONFIG_SGI_XP upon CONFIG_NET Date: Fri, 1 Aug 2008 14:19:08 -0500 Message-ID: <20080801191908.GA457@sgi.com> References: <20080731175854.09ea35c8.sfr@canb.auug.org.au> <20080731223758.b5985dd7.randy.dunlap@oracle.com> <20080801145526.GA29354@sgi.com> <20080801105028.3411f703.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:52814 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752935AbYHATTJ (ORCPT ); Fri, 1 Aug 2008 15:19:09 -0400 Content-Disposition: inline In-Reply-To: <20080801105028.3411f703.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: Randy Dunlap , Stephen Rothwell , Jack Steiner , linux-next@vger.kernel.org, LKML Add a dependency of CONFIG_SGI_XP upon CONFIG_NET 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-08-01 09:16:53.000000000 -0500 +++ linux/drivers/misc/Kconfig 2008-08-01 14:02:59.000000000 -0500 @@ -426,6 +426,7 @@ config ENCLOSURE_SERVICES config SGI_XP tristate "Support communication between SGI SSIs" + depends on NET 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