Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.3959);
	 Mon, 20 Oct 2008 08:01:03 -0700
Received: from chiesmta2-2.messageone.com ([216.203.30.55]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.3959);
	 Mon, 20 Oct 2008 08:01:03 -0700
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])
	by chiesmta2-2.messageone.com (8.13.8/8.13.8) with ESMTP id m9KF11ln000840
	for <andy.sharp@onstor.com>; Mon, 20 Oct 2008 10:01:02 -0500
Received: from localhost.localdomain ([127.0.0.1]:3223 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S21921989AbYJTPAk (ORCPT <rfc822;andy.sharp@onstor.com>);
	Mon, 20 Oct 2008 16:00:40 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 20 Oct 2008 16:00:23 +0100 (BST)
Received: from mba.ocn.ne.jp ([122.1.235.107]:43518 "HELO smtp.mba.ocn.ne.jp")
	by ftp.linux-mips.org with SMTP id S21921593AbYJTPAV (ORCPT
	<rfc822;linux-mips@linux-mips.org>); Mon, 20 Oct 2008 16:00:21 +0100
Received: from localhost.localdomain (p5246-ipad210funabasi.chiba.ocn.ne.jp [58.88.124.246])
	by smtp.mba.ocn.ne.jp (Postfix) with ESMTP
	id 237FAA823; Tue, 21 Oct 2008 00:00:16 +0900 (JST)
From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org, jeff@garzik.org
Subject: [PATCH] net: Make SMC91X selectable on other MIPS boards
Date: 	Tue, 21 Oct 2008 00:00:29 +0900
Message-Id: <1224514829-16163-1-git-send-email-anemo@mba.ocn.ne.jp>
X-Mailer: git-send-email 1.5.6.3
X-archive-position: 20818
X-ecartis-version: Ecartis v1.0.0
Sender: linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: anemo@mba.ocn.ne.jp
Precedence: bulk
X-list: 	linux-mips
X-MessageOne-Virus-Version: vendor=fsecure engine=4.65.7161:2.4.4,1.2.40,4.0.164 definitions=2008-10-20_05:2008-10-10,2008-10-20,2008-10-20 signatures=0
X-MessageOne-Virus-Scanned: Clean
X-MessageOne-Envelope-Sender: linux-mips-bounce@linux-mips.org
X-MessageOne-Spam-Details: rule=m773emszm_notspam policy=m773emszm score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=3.1.0-0805090000 definitions=main-0810200087
X-MessageOne-Spam-Score: 0
X-MessageOne-Spam-Bar: 
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 20 Oct 2008 15:01:03.0430 (UTC) FILETIME=[ABD03E60:01C932C4]

RBTX4939 board has SMC91X chip and there can be other MIPS boards with
that chip.  Make SMC91X selectable on all MIPS board would be better than
enumerating each boards in Kconfig.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: jeff@garzik.org
---
 drivers/net/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 096735f..be3c4b2 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -888,7 +888,7 @@ config SMC91X
 	select CRC32
 	select MII
 	depends on ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || \
-		SOC_AU1X00 || BLACKFIN || MN10300
+		MIPS || BLACKFIN || MN10300
 	help
 	  This is a driver for SMC's 91x series of Ethernet chipsets,
 	  including the SMC91C94 and the SMC91C111. Say Y if you want it
-- 
1.5.6.3


