From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751574Ab1GTMGJ (ORCPT ); Wed, 20 Jul 2011 08:06:09 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:41395 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751434Ab1GTMGI (ORCPT ); Wed, 20 Jul 2011 08:06:08 -0400 Date: Wed, 20 Jul 2011 20:05:00 +0800 From: wangyanqing To: davem@davemloft.net Cc: linux-kernel@vger.kernel.org Subject: [patch]drivers:net:Kconfig Message-ID: <20110720120500.GA3280@udknight.homenetwork> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Broadcom Tigon3 driver tg3.ko can't work without the Broadcom PHY, so maybe we should add a dependence on it.Or at least we should add notice in the help txt. Signed-off-by: wang yanqing --- drivers/net/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 93359fa..c2607cd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2353,7 +2353,7 @@ config VIA_VELOCITY config TIGON3 tristate "Broadcom Tigon3 support" - depends on PCI + depends on PCI && BROADCOM_PHY select PHYLIB help This driver supports Broadcom Tigon3 based gigabit Ethernet cards. -- 1.7.3.4