From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: linux-next: build failure after merge of the mfd tree Date: Mon, 21 May 2012 10:54:27 +0100 Message-ID: <20120521095427.GA30045@sirena.org.uk> References: <20120521134219.6d6396802bd6a097503bac92@canb.auug.org.au> <4FB9F818.4030801@linaro.org> <20120521184005.3b7661ec6468c5878a22615d@canb.auug.org.au> <4FBA0460.1070300@linaro.org> <20120521191007.9347651e88add2e7c247a24f@canb.auug.org.au> <4FBA08A4.6030706@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cassiel.sirena.org.uk ([80.68.93.111]:55092 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755168Ab2EUJyk (ORCPT ); Mon, 21 May 2012 05:54:40 -0400 Content-Disposition: inline In-Reply-To: <4FBA08A4.6030706@linaro.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Lee Jones Cc: Stephen Rothwell , Samuel Ortiz , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, May 21, 2012 at 10:19:32AM +0100, Lee Jones wrote: > > include/linux/mfd/abx500/ab8500-sysctrl.h:#endif /* CONFIG_AB8500_CORE */ > > > drivers/mfd/Makefile:obj-$(CONFIG_AB8500_CORE) += ab8500-core.o ab8500-sysctrl.o > So somewhere along the line an X86 config is selecting CONFIG_AB8500_CORE when it shouldn't. > I can't see anything relevant in my tree. I'll try to pull yours as have a look. Since there's no dependencies which would stop it being selected anything like allyesconfig or randconfig might enable it. In general it's normal to allow this in order to make it easier to build test things like subsystem wide changes.