[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20091124104057.GA22771@opensource.wolfsonmicro.com>
Date: Tue, 24 Nov 2009 10:40:57 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Samuel Ortiz <sameo@...ux.intel.com>, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...e.hu>
Subject: Re: linux-next: mfd tree build failure
On Tue, Nov 24, 2009 at 09:14:33PM +1100, Stephen Rothwell wrote:
> Sorry, I don't have the actual config (as I overwrite my build directory
> between each merge). However, if I checkout the mfd tree (alone -
> nothing else in linux-next) and do "make ARCH=x86_64 allmodconfig", I get
> the following in my .config:
> CONFIG_I2C=m
> CONFIG_MFD_CORE=m
> CONFIG_MFD_WM831X=y
Oh, fail. This is nothing to do with select, it's to do with bool.
Kbuild doesn't propagate the dependency from the boolean (which makes
sense for a lot of uses but not for this one). The current "fix" used
by other drivers in the same situation is to depend on I2C=y which works
but means that we loose build coverage from allmodconfig. I'll post a
patch for this shortly.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists