From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:51086 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751346AbeBVTpI (ORCPT ); Thu, 22 Feb 2018 14:45:08 -0500 Date: Thu, 22 Feb 2018 14:45:06 -0500 (EST) Message-Id: <20180222.144506.1566524449614091768.davem@davemloft.net> To: fthain@telegraphics.com.au Cc: netdev@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net/smc9194: Remove bogus CONFIG_MAC reference From: David Miller In-Reply-To: References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Finn Thain Date: Thu, 22 Feb 2018 09:24:59 +1100 (AEDT) > AFAIK the only version of smc9194.c with Mac support is the one in the > linux-mac68k CVS repo, which never made it to the mainline. > > Despite that, from v2.3.45, arch/m68k/config.in listed CONFIG_SMC9194 > under CONFIG_MAC. This mistake got carried over into Kconfig in v2.5.55. > (See pre-git era "[PATCH] add m68k dependencies to net driver config".) > > Signed-off-by: Finn Thain Applied, thank you.