From patchwork Sat Jun 25 16:54:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Baechle X-Patchwork-Id: 102033 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 93740B6F70 for ; Sun, 26 Jun 2011 02:54:26 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751773Ab1FYQyW (ORCPT ); Sat, 25 Jun 2011 12:54:22 -0400 Received: from h5.dl5rb.org.uk ([81.2.74.5]:53471 "EHLO duck.linux-mips.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751617Ab1FYQyV (ORCPT ); Sat, 25 Jun 2011 12:54:21 -0400 Received: from duck.linux-mips.net (duck.linux-mips.net [127.0.0.1]) by duck.linux-mips.net (8.14.4/8.14.3) with ESMTP id p5PGsARf002435; Sat, 25 Jun 2011 17:54:10 +0100 Received: (from ralf@localhost) by duck.linux-mips.net (8.14.4/8.14.4/Submit) id p5PGs9BV002429; Sat, 25 Jun 2011 17:54:09 +0100 Date: Sat, 25 Jun 2011 17:54:09 +0100 From: Ralf Baechle To: "David S. Miller" Cc: netdev@vger.kernel.org, linux-mips@linux-mips.org, Atsushi Nemoto Subject: [PATCH] NET: TC35815: Only build driver on Toshiba eval boards. Message-ID: <20110625165409.GA1760@linux-mips.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org That's the only place where the TC35815 is known to be used. Ralf drivers/net/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) Acked-by: Atsushi Nemoto --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index be25e92..2b4ebfb 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1516,7 +1516,8 @@ config CS89x0_NONISA_IRQ config TC35815 tristate "TOSHIBA TC35815 Ethernet support" - depends on NET_PCI && PCI && MIPS + depends on NET_PCI && PCI && MACH_TXX9 + default y select PHYLIB config E100