brintos

brintos / linux-shallow public Read only

0
0
Text · 457 B · f0e31f2 Raw
20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# AC97 configuration4#5 6 7config AC97_BUS_NEW8	tristate9	help10	  This is the new AC97 bus type, successor of AC97_BUS. The ported11	  drivers which benefit from the AC97 automatic probing should "select"12	  this instead of the AC97_BUS.13	  Say Y here if you want to have AC97 devices, which are sound oriented14	  devices around an AC-Link.15 16config AC97_BUS_COMPAT17	bool18	depends on AC97_BUS_NEW19	depends on !AC97_BUS20