From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Subject: [PATCH 1/2 v2] netdev: smsc911x: allow building on any system Date: Tue, 9 Jun 2009 04:22:22 -0400 Message-ID: <1244535742-9804-1-git-send-email-vapier@gentoo.org> References: Cc: uclinux-dist-devel@blackfin.uclinux.org To: netdev@vger.kernel.org Return-path: Received: from smtp.gentoo.org ([140.211.166.183]:57375 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753335AbZFIIWa (ORCPT ); Tue, 9 Jun 2009 04:22:30 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: 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 (as it does on Blackfin systems). Signed-off-by: Mike Frysinger --- v2 - drop the depends line completely drivers/net/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 214a92d..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 select CRC32 select MII select PHYLIB -- 1.6.3.1