From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965319Ab2JWUQJ (ORCPT ); Tue, 23 Oct 2012 16:16:09 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:53515 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933563Ab2JWUQD (ORCPT ); Tue, 23 Oct 2012 16:16:03 -0400 MIME-Version: 1.0 In-Reply-To: <1351022666-6960-80-git-send-email-keescook@chromium.org> References: <1351022666-6960-1-git-send-email-keescook@chromium.org> <1351022666-6960-80-git-send-email-keescook@chromium.org> Date: Tue, 23 Oct 2012 13:16:01 -0700 Message-ID: Subject: Re: [PATCH 079/193] drivers/net/ethernet/dec/tulip: remove CONFIG_EXPERIMENTAL From: Grant Grundler To: Kees Cook Cc: linux-kernel@vger.kernel.org, Grant Grundler Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 23, 2012 at 1:02 PM, Kees Cook wrote: > This config item has not carried much meaning for a while now and is > almost always enabled by default. As agreed during the Linux kernel > summit, remove it. > > CC: Grant Grundler Acked-by: Grant Grundler It clearly makes no sense for this driver (obsolete HW for the most part). Thanks Kees! grant > Signed-off-by: Kees Cook > --- > drivers/net/ethernet/dec/tulip/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/ethernet/dec/tulip/Kconfig b/drivers/net/ethernet/dec/tulip/Kconfig > index 1203be0..0c37fb2 100644 > --- a/drivers/net/ethernet/dec/tulip/Kconfig > +++ b/drivers/net/ethernet/dec/tulip/Kconfig > @@ -57,8 +57,8 @@ config TULIP > be called tulip. > > config TULIP_MWI > - bool "New bus configuration (EXPERIMENTAL)" > - depends on TULIP && EXPERIMENTAL > + bool "New bus configuration" > + depends on TULIP > ---help--- > This configures your Tulip card specifically for the card and > system cache line size type you are using. > -- > 1.7.9.5 >