2015-07-13 03:23:23

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the sound-asoc tree

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)

Introduced by commit

32a726b2e089 ("ASoC: sti-sas: Add sti platform codec")

--
Cheers,
Stephen Rothwell [email protected]


Attachments:
(No filename) (819.00 B)
OpenPGP digital signature

2015-07-13 06:15:29

by Valentin Rothberg

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the sound-asoc tree

Hi,

On Mon, Jul 13, 2015 at 5:23 AM, Stephen Rothwell <[email protected]> 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 [email protected]