From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751442AbbGMGP3 (ORCPT ); Mon, 13 Jul 2015 02:15:29 -0400 Received: from mail-wi0-f182.google.com ([209.85.212.182]:32821 "EHLO mail-wi0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbbGMGP1 (ORCPT ); Mon, 13 Jul 2015 02:15:27 -0400 MIME-Version: 1.0 In-Reply-To: <20150713132309.4ad9b4c8@canb.auug.org.au> References: <20150713132309.4ad9b4c8@canb.auug.org.au> From: Valentin Rothberg Date: Mon, 13 Jul 2015 08:14:56 +0200 Message-ID: Subject: Re: linux-next: build warning after merge of the sound-asoc tree 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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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