Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ulfalizer@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Ulf Magnusson and committed by
Takashi Iwai
1f8ade92 61fcf8ec

-1
-1
sound/ac97/Kconfig
··· 5 5 6 6 config AC97_BUS_NEW 7 7 tristate 8 - select AC97 9 8 help 10 9 This is the new AC97 bus type, successor of AC97_BUS. The ported 11 10 drivers which benefit from the AC97 automatic probing should "select"