blob: 425ceaf9c990dbc7927a1c8575ae2b4aa7dce0df [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# ALSA PA-RISC drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig SND_GSC
5 bool "GSC sound devices"
6 depends on GSC
7 default y
8 help
9 Support for GSC sound devices on PA-RISC architectures.
10
11if SND_GSC
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13config SND_HARMONY
14 tristate "Harmony/Vivace sound chip"
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 select SND_PCM
16 help
17 Say 'Y' or 'M' to include support for the Harmony/Vivace sound
18 chip found in most GSC-based PA-RISC workstations. It's frequently
19 provided as part of the Lasi multi-function IC.
20
Takashi Iwai89fe5112008-05-23 16:10:37 +020021endif # SND_GSC