From patchwork Tue Jun 9 09:13:39 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 28277 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id C6D00B7092 for ; Tue, 9 Jun 2009 19:13:57 +1000 (EST) Received: by ozlabs.org (Postfix) id B56D5DDD1B; Tue, 9 Jun 2009 19:13:57 +1000 (EST) Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 58D02DDD0C for ; Tue, 9 Jun 2009 19:13:57 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756689AbZFIJNt (ORCPT ); Tue, 9 Jun 2009 05:13:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756638AbZFIJNs (ORCPT ); Tue, 9 Jun 2009 05:13:48 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:37939 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754943AbZFIJNr (ORCPT ); Tue, 9 Jun 2009 05:13:47 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 104A0653BA; Tue, 9 Jun 2009 09:13:48 +0000 (UTC) From: Mike Frysinger To: netdev@vger.kernel.org Cc: uclinux-dist-devel@blackfin.uclinux.org Subject: [PATCH 1/2 v3] netdev: smsc911x: allow building on any system Date: Tue, 9 Jun 2009 05:13:39 -0400 Message-Id: <1244538819-11305-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.3.1 In-Reply-To: <20090609.013718.135786197.davem@davemloft.net> References: <20090609.013718.135786197.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The smsc911x driver should build fine on any system as it contains no arch specific code (all platform resources), and any platform that has appropriate resources should run fine. Signed-off-by: Mike Frysinger --- v3 - based on net-next drivers/net/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 962b261..8c92abd 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1000,7 +1000,6 @@ config SMC911X config SMSC911X tristate "SMSC LAN911x/LAN921x families embedded ethernet support" - depends on ARM || SUPERH || BLACKFIN select CRC32 select MII select PHYLIB