From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Bolle Subject: Re: [git pull] Devicetree changes for v3.15 Date: Tue, 01 Apr 2014 22:46:14 +0200 Message-ID: <1396385174.23763.28.camel@x220> References: <1396381357.23763.16.camel@x220> <20140401203250.0B2A7C408A6@trevor.secretlab.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140401203250.0B2A7C408A6@trevor.secretlab.ca> Sender: linux-kernel-owner@vger.kernel.org To: Grant Likely Cc: Linus Torvalds , "devicetree@vger.kernel.org" , Linux Kernel Mailing List , Rob Herring List-Id: devicetree@vger.kernel.org On Tue, 2014-04-01 at 21:32 +0100, Grant Likely wrote: > On Tue, 01 Apr 2014 21:42:37 +0200, Paul Bolle wrote: > > That commit leaves a select for PROC_DEVICETREE dangling. See "config > > ARCH_OMAP2PLUS" in arch/arm/mach-omap2/Kconfig. Can that select > > statement just be dropped now or is something more elaborate needed? > > I'll fix that up and submit a cleanup today. A dangling select should > not break the build. It doesn't, as far as I know. But perhaps the kconfig tools should warn about select statements for non-existent Kconfig symbols. Paul Bolle