From patchwork Thu Mar 21 23:35:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Bolle X-Patchwork-Id: 229858 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 0AAE32C00BE for ; Fri, 22 Mar 2013 10:36:01 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754061Ab3CUXf2 (ORCPT ); Thu, 21 Mar 2013 19:35:28 -0400 Received: from cpsmtpb-ews08.kpnxchange.com ([213.75.39.13]:51123 "EHLO cpsmtpb-ews08.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206Ab3CUXf0 (ORCPT ); Thu, 21 Mar 2013 19:35:26 -0400 Received: from cpsps-ews07.kpnxchange.com ([10.94.84.174]) by cpsmtpb-ews08.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 22 Mar 2013 00:33:54 +0100 Received: from CPSMTPM-TLF104.kpnxchange.com ([195.121.3.7]) by cpsps-ews07.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 22 Mar 2013 00:33:54 +0100 Received: from [192.168.1.110] ([212.123.139.93]) by CPSMTPM-TLF104.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 22 Mar 2013 00:35:25 +0100 Message-ID: <1363908924.1390.164.camel@x61.thuisdomein> Subject: [PATCH] appletalk: remove "config IPDDP_DECAP" From: Paul Bolle To: Arnaldo Carvalho de Melo Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 22 Mar 2013 00:35:24 +0100 X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 X-OriginalArrivalTime: 21 Mar 2013 23:35:25.0064 (UTC) FILETIME=[C316A080:01CE268C] X-RcptDomain: vger.kernel.org Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org The Kconfig symbol IPDDP_DECAP got added in v2.1.75. It has never been used. Its entry can safely be removed. Signed-off-by: Paul Bolle --- 0) No, v2.1.75 is not a typo. 1) A follow up patch might involve some corrections to the IPDDP and IPDDP_ENCAP entries and to Documentation/networking/ipddp.txt. I hope to do that within the next 16 years. 2) Untested, by the way. drivers/net/appletalk/Kconfig | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/drivers/net/appletalk/Kconfig b/drivers/net/appletalk/Kconfig index f5a8916..4ce6ca5 100644 --- a/drivers/net/appletalk/Kconfig +++ b/drivers/net/appletalk/Kconfig @@ -106,20 +106,4 @@ config IPDDP_ENCAP IP packets inside AppleTalk frames; this is useful if your Linux box is stuck on an AppleTalk network (which hopefully contains a decapsulator somewhere). Please see - for more information. If - you said Y to "AppleTalk-IP driver support" above and you say Y - here, then you cannot say Y to "AppleTalk-IP to IP Decapsulation - support", below. - -config IPDDP_DECAP - bool "Appletalk-IP to IP Decapsulation support" - depends on IPDDP - help - If you say Y here, the AppleTalk-IP code will be able to decapsulate - AppleTalk-IP frames to IP packets; this is useful if you want your - Linux box to act as an Internet gateway for an AppleTalk network. - Please see for more - information. If you said Y to "AppleTalk-IP driver support" above - and you say Y here, then you cannot say Y to "IP to AppleTalk-IP - Encapsulation support", above. - + for more information.