blob: 9b61d95010f07134e481eed1a481d77d13d8ca88 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA PA-RISC drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig SND_GSC
4 bool "GSC sound devices"
5 depends on GSC
6 default y
7 help
8 Support for GSC sound devices on PA-RISC architectures.
9
10if SND_GSC
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12config SND_HARMONY
13 tristate "Harmony/Vivace sound chip"
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 select SND_PCM
15 help
16 Say 'Y' or 'M' to include support for the Harmony/Vivace sound
17 chip found in most GSC-based PA-RISC workstations. It's frequently
18 provided as part of the Lasi multi-function IC.
19
Takashi Iwai89fe5112008-05-23 16:10:37 +020020endif # SND_GSC