ALSA: ac97: kconfig: Remove select of undefined symbol AC97
"Linux Kernel Mailing List" <[email protected]> Fri, 16 Feb 2018 17:15:05 +0000 (UTC)
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/1f8ade92a83696986ad34438ce11e38975d1a43d Commit: 1f8ade92a83696986ad34438ce11e38975d1a43d Parent: 61fcf8ece9b6b09450250c4ca40cc3b81a96a68d Refname: refs/heads/master Author: Ulf Magnusson <[email protected]> AuthorDate: Fri Feb 9 00:15:36 2018 +0100 Committer: Takashi Iwai <[email protected]> CommitDate: Mon Feb 12 08:16:39 2018 +0100 ALSA: ac97: kconfig: Remove select of undefined symbol AC97 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. Fixes: 74426fbff66e ("ALSA: ac97: add an ac97 bus") Signed-off-by: Ulf Magnusson <[email protected]> Signed-off-by: Takashi Iwai <[email protected]> --- 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" -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html