Robert Jarzmik | 74426fb | 2017-09-02 21:54:04 +0200 | [diff] [blame] | 1 | # |
| 2 | # AC97 configuration |
| 3 | # |
| 4 | |
| 5 | |
| 6 | config AC97_BUS_NEW |
| 7 | tristate |
Robert Jarzmik | 74426fb | 2017-09-02 21:54:04 +0200 | [diff] [blame] | 8 | help |
| 9 | This is the new AC97 bus type, successor of AC97_BUS. The ported |
| 10 | drivers which benefit from the AC97 automatic probing should "select" |
| 11 | this instead of the AC97_BUS. |
| 12 | Say Y here if you want to have AC97 devices, which are sound oriented |
| 13 | devices around an AC-Link. |
| 14 | |
| 15 | config AC97_BUS_COMPAT |
| 16 | bool |
| 17 | depends on AC97_BUS_NEW |
| 18 | depends on !AC97_BUS |