ALSA: ac97: kconfig: Remove select of undefined symbol AC97
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 8 Feb 2018 23:15:36 +0000 (00:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 12 Feb 2018 07:16:39 +0000 (08:16 +0100)
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>
sound/ac97/Kconfig

index f8a64e1..baa5f8e 100644 (file)
@@ -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"