Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Robert Jarzmik | 74426fb | 2017-09-02 21:54:04 +0200 | [diff] [blame] | 2 | # |
| 3 | # AC97 configuration |
| 4 | # |
| 5 | |
| 6 | |
| 7 | config AC97_BUS_NEW |
| 8 | tristate |
Robert Jarzmik | 74426fb | 2017-09-02 21:54:04 +0200 | [diff] [blame] | 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 |