From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v3] net: dsa: Allow compiling out legacy support Date: Thu, 07 Dec 2017 13:45:42 -0500 (EST) Message-ID: <20171207.134542.644961833353558668.davem@davemloft.net> References: <20171206230333.7260-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, linux-kernel@vger.kernel.org To: f.fainelli@gmail.com Return-path: In-Reply-To: <20171206230333.7260-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Florian Fainelli Date: Wed, 6 Dec 2017 15:03:33 -0800 > Introduce a configuration option: CONFIG_NET_DSA_LEGACY allowing to compile out > support for the old platform device and Device Tree binding registration. > Support for these configurations is scheduled to be removed in 4.17. > > Signed-off-by: Florian Fainelli Applied, thank you.