From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valentin Rothberg Subject: Re: linux-next: build warning after merge of the sound-asoc tree Date: Mon, 13 Jul 2015 08:14:56 +0200 Message-ID: References: <20150713132309.4ad9b4c8@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20150713132309.4ad9b4c8@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Mark Brown , Liam Girdwood , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Arnaud Pouliquen , Paul Bolle , Andreas Ruprecht , hengelein Stefan List-Id: linux-next.vger.kernel.org Hi, On Mon, Jul 13, 2015 at 5:23 AM, Stephen Rothwell wrote: > Hi all, > > After merging the sound-asoc tree, today's linux-next build (powerpc > allyesconfig) produced this warning: > > warning: (SND_SOC_ALL_CODECS) selects SND_SOC_STI_SAS which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_STI) Here's the introducing hunk: +config SND_SOC_STI_SAS + tristate "codec Audio support for STI SAS codec" + depends on SND_SOC_STI SND_SOC_STI is not defined in Kconfig. Kind regards, Valentin > Introduced by commit > > 32a726b2e089 ("ASoC: sti-sas: Add sti platform codec") > > -- > Cheers, > Stephen Rothwell sfr@canb.auug.org.au