From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932480AbcAYLmF (ORCPT ); Mon, 25 Jan 2016 06:42:05 -0500 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:45889 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932142AbcAYLmC (ORCPT ); Mon, 25 Jan 2016 06:42:02 -0500 Date: Mon, 25 Jan 2016 11:41:50 +0000 From: Mark Brown To: Takashi Iwai Cc: Stephen Rothwell , Sudip Mukherjee , Vinod Koul , Andrew Morton , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pierre-Louis Bossart Message-ID: <20160125114150.GK6588@sirena.org.uk> References: <20160114151541.17e76d23@canb.auug.org.au> <20160115130527.c43357d0aef93d22380c6673@linux-foundation.org> <20160116100047.681e0e03@canb.auug.org.au> <20160115151401.03fe1a39ca397079407c2ca9@linux-foundation.org> <20160121073859.3a6c22a3@canb.auug.org.au> <20160122112442.75c07aac@canb.auug.org.au> <20160122134045.438cd9d9@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="AUv0/Bqt5dWl9oeU" Content-Disposition: inline In-Reply-To: X-Cookie: APL hackers do it in the quad. User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: 2a01:348:6:8808:fab::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Re: linux-next: build failure after merge of the akpm tree X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: Yes (on mezzanine.sirena.org.uk) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --AUv0/Bqt5dWl9oeU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jan 25, 2016 at 10:29:54AM +0100, Takashi Iwai wrote: > Stephen Rothwell wrote: > > diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig > > index 50693c867e71..ee5f36b9c787 100644 > > --- a/sound/soc/codecs/Kconfig > > +++ b/sound/soc/codecs/Kconfig > > @@ -13,6 +13,7 @@ menu "CODEC drivers" > > config SND_SOC_ALL_CODECS > > tristate "Build all ASoC CODEC drivers" > > depends on COMPILE_TEST > > + depends on !PPC > > select SND_SOC_88PM860X if MFD_88PM860X > > select SND_SOC_L3 > > select SND_SOC_AB8500_CODEC if ABX500_CORE > Suppressing this whole is an overreaction, IMO. It should suffice > just to disable compile-testing Intel driver. Please send patches and reports to maintainers :( I agree that this is an absurdly wide change. > diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig > index 803f95e40679..d854cd66e090 100644 > --- a/sound/soc/intel/Kconfig > +++ b/sound/soc/intel/Kconfig > @@ -31,6 +31,8 @@ config SND_SOC_INTEL_SST > tristate > select SND_SOC_INTEL_SST_ACPI if ACPI > depends on (X86 || COMPILE_TEST) > + # FIXME: a part of compress API is broken for PPC > + depends on !PPC Why is an Intel CPU thing being enabled by SND_SOC_ALL_CODECS? I'm also unclear why this will help when we're selecting in the drivers so their dependencies will be ignored. --AUv0/Bqt5dWl9oeU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWpgn+AAoJECTWi3JdVIfQmG0H/RrMReX0uFDnY1ZA8twErhq6 CnVk7mjWLaQA/8NGOgD3uqxGeRlAKDcsvwzj7gAHg6votsgKVsSTo1lduueGrJEm MY7JnEEIOPIl7AzqZkqb2R7bNwVjtF8aqtvkxqsN2rat4y7TirJaRUf3wF3WP5xp IP2TeHXvQDIrsiOSwUUAbn4EiJAxn0vdYEuqvBHQTctiohRxvFUSkHuWDz8WwZkI BvvhbWWPcHdnbYh4imnQu5/XYh9UBoU41TeNNWmbXpHGtOYVhKsuiByNRNHjoOyb rDLhQYEDTGhmM5Vd3gX431IJQ7I/pdI96vNyQbo/+3/ycUIiurXK+uuSV7eHpgI= =Y47A -----END PGP SIGNATURE----- --AUv0/Bqt5dWl9oeU--