1# SPDX-License-Identifier: GPL-2.0-only 2# 3# AC97 configuration 4# 5 6 7config AC97_BUS_NEW 8 tristate 9 help 10 This is the new AC97 bus type, successor of AC97_BUS. The ported 11 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 oriented 14 devices around an AC-Link. 15 16config AC97_BUS_COMPAT 17 bool 18 depends on AC97_BUS_NEW 19 depends on !AC97_BUS 20