From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932600AbeBLHRV (ORCPT ); Mon, 12 Feb 2018 02:17:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:58907 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750932AbeBLHRT (ORCPT ); Mon, 12 Feb 2018 02:17:19 -0500 Date: Mon, 12 Feb 2018 08:17:15 +0100 Message-ID: From: Takashi Iwai To: "Ulf Magnusson" Cc: "Robert Jarzmik" , , , "Tony Lindgren" , , , "Nicholas Piggin" , , , "Linus Walleij" , , , , , , , "Hans-Christian Noren Egtvedt" , "Marek Szyprowski" , "Albert Ou" , "Palmer Dabbelt" , "Masahiro Yamada" , , , "Linux Kbuild mailing list" , "Linux Kernel Mailing List" Subject: Re: [PATCH] ALSA: ac97: kconfig: Remove select of undefined symbol AC97 In-Reply-To: <20180208232021.ygw24klb7co6shrm@huvuddator> References: <20180205012146.23981-1-ulfalizer@gmail.com> <87lgg587ys.fsf@belgarion.home> <20180208231536.xnlrldm4to4pfv57@huvuddator> <20180208232021.ygw24klb7co6shrm@huvuddator> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 09 Feb 2018 00:20:21 +0100, Ulf Magnusson wrote: > > On Fri, Feb 09, 2018 at 12:15:36AM +0100, Ulf Magnusson wrote: > > The AC97_BUS_NEW Kconfig symbol selects the globally undefined symbol > > AC97. > > > > Robert Jarzmik confirmed in https://lkml.org/lkml/2018/2/7/96 that the > > select was put in by mistake and can be safely removed, with no other > > changes required. Remove it. > > > > Signed-off-by: Ulf Magnusson > > --- > > sound/ac97/Kconfig | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/sound/ac97/Kconfig b/sound/ac97/Kconfig > > index f8a64e15e5bf..baa5f8ef89d2 100644 > > --- a/sound/ac97/Kconfig > > +++ b/sound/ac97/Kconfig > > @@ -5,7 +5,6 @@ > > > > config AC97_BUS_NEW > > tristate > > - select AC97 > > help > > This is the new AC97 bus type, successor of AC97_BUS. The ported > > drivers which benefit from the AC97 automatic probing should "select" > > -- > > 2.14.1 > > > > I didn't have a particular tree in mind for this patchset by the way. > Feel free to take the patch in wherever it makes sense. Applied now, thanks. Takashi