Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f8ade92 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Takashi Iwai
Browse files

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: 74426fbf ("ALSA: ac97: add an ac97 bus")
Signed-off-by: default avatarUlf Magnusson <ulfalizer@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 61fcf8ec
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"