From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753884AbaHKO2Y (ORCPT ); Mon, 11 Aug 2014 10:28:24 -0400 Received: from mail-we0-f171.google.com ([74.125.82.171]:51569 "EHLO mail-we0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753492AbaHKO2W (ORCPT ); Mon, 11 Aug 2014 10:28:22 -0400 From: Grant Likely Subject: Re: of: Make OF_DYNAMIC user selectable To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20140728093526.38d8e732@canb.auug.org.au> References: <20140728093526.38d8e732@canb.auug.org.au> Date: Mon, 11 Aug 2014 15:28:17 +0100 Message-Id: <20140811142817.87834C40932@trevor.secretlab.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Jul 2014 09:35:26 +1000, Stephen Rothwell wrote: > Hi Grant, > > I noticed the subject commit in the devicetree tree in linux-next today. > The commit message gives us no idea why we would want to make this > change. We already have lots of user selectable CONFIG_ options ... do > we really need this one as well? It was a mistake. That was a patch added for private testing that accidentally made it out into my public tree. I'm not sending it to Linus. Code depending on OF_DYNAMIC needs to select it. g.