mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
1f8ade92a8
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: 74426fbff6
("ALSA: ac97: add an ac97 bus")
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
#
|
|
# AC97 configuration
|
|
#
|
|
|
|
|
|
config AC97_BUS_NEW
|
|
tristate
|
|
help
|
|
This is the new AC97 bus type, successor of AC97_BUS. The ported
|
|
drivers which benefit from the AC97 automatic probing should "select"
|
|
this instead of the AC97_BUS.
|
|
Say Y here if you want to have AC97 devices, which are sound oriented
|
|
devices around an AC-Link.
|
|
|
|
config AC97_BUS_COMPAT
|
|
bool
|
|
depends on AC97_BUS_NEW
|
|
depends on !AC97_BUS
|