From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] ASoC: Hide TLV320AIC26 configuration option for non-OpenFirwmare users Date: Tue, 14 Oct 2008 07:45:26 +0200 Message-ID: References: <20081013181458.GA23014@opensource.wolfsonmicro.com> <1223921774-10272-1-git-send-email-broonie@opensource.wolfsonmicro.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (ns.suse.de [195.135.220.2]) by alsa0.perex.cz (Postfix) with ESMTP id E40C4243AE for ; Tue, 14 Oct 2008 07:45:43 +0200 (CEST) In-Reply-To: <1223921774-10272-1-git-send-email-broonie@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Mon, 13 Oct 2008 19:16:14 +0100, Mark Brown wrote: > > Make the visibility of the tristate conditional on having the OpenFirmware > helper code enabed so that users who can't use it don't see the visible > option. Kconfig ignores dependencies for select so other users are > unaffected. > > Thanks to Takashi for the suggestion. > > Signed-off-by: Mark Brown Applied now. Thanks. Takashi > --- > sound/soc/codecs/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig > index 4975d85..38a0e3b 100644 > --- a/sound/soc/codecs/Kconfig > +++ b/sound/soc/codecs/Kconfig > @@ -68,7 +68,7 @@ config SND_SOC_TLV320AIC23 > depends on I2C > > config SND_SOC_TLV320AIC26 > - tristate "TI TLV320AIC26 Codec support" > + tristate "TI TLV320AIC26 Codec support" if SND_SOC_OF_SIMPLE > depends on SPI > > config SND_SOC_TLV320AIC3X > -- > 1.5.4.3 >