From mboxrd@z Thu Jan 1 00:00:00 1970 From: DanielC Subject: [PATCHv2 3.6rc5.linux-next 1/1] Staging: silicom: Force depend on module Date: Mon, 10 Sep 2012 19:18:12 -0700 Message-ID: <20120911021812.GA20636@elbert.example.com> References: <20120910170409.59b71819008bc527130d3987@canb.auug.org.au> <20120910173153.GA25033@kroah.com> <20120911014330.GA15327@elbert.example.com> <20120910180413.GA31046@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:39322 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752010Ab2IJTvu (ORCPT ); Mon, 10 Sep 2012 15:51:50 -0400 Received: by pbbrr13 with SMTP id rr13so2952321pbb.19 for ; Mon, 10 Sep 2012 12:51:48 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20120910180413.GA31046@kroah.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Greg KH Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Staging: silicom: Force depend on module until monolithic build fixed Reported-by: Stephen Rothwell Signed-off-by: Daniel Cotey --- drivers/staging/silicom/Kconfig | 5 ++++- drivers/staging/silicom/TODO | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/staging/silicom/Kconfig b/drivers/staging/silicom/Kconfig index 1914844..045ab08 100644 --- a/drivers/staging/silicom/Kconfig +++ b/drivers/staging/silicom/Kconfig @@ -5,7 +5,7 @@ config NET_VENDOR_SILICOM bool "Silicom devices" default y - depends on (SSB_POSSIBLE && HAS_DMA) || PCI + depends on PCI depends on BROKEN ---help--- If you have a network card (Ethernet) belonging to this class, @@ -20,6 +20,8 @@ if NET_VENDOR_SILICOM config SBYPASS tristate "Silicom BypassCTL library support" + depends on PCI + depends on m ---help--- If you have a network (Ethernet) controller of this type, say Y @@ -29,6 +31,7 @@ config SBYPASS config BPCTL tristate "Silicom BypassCTL net support" depends on PCI + depends on m select SBYPASS select NET_CORE select MII diff --git a/drivers/staging/silicom/TODO b/drivers/staging/silicom/TODO index bf60714..a39821f 100644 --- a/drivers/staging/silicom/TODO +++ b/drivers/staging/silicom/TODO @@ -3,5 +3,6 @@ TODO: - locking audit - single module with all functionality - userland + - fix monolithic build. -- 1.7.11.4