Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
74426fbf RJ |
2 | # |
3 | # AC97 configuration | |
4 | # | |
5 | ||
6 | ||
7 | config AC97_BUS_NEW | |
8 | tristate | |
74426fbf RJ |
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 | ||
16 | config AC97_BUS_COMPAT | |
17 | bool | |
18 | depends on AC97_BUS_NEW | |
19 | depends on !AC97_BUS |