Kconfig (1da177e4c3f41524e886b7f1b8a0c1fc7321cac2) Kconfig (89fe5117928b2c1272c9376362131ded561c91ad)
1# ALSA PA-RISC drivers
2
1# ALSA PA-RISC drivers
2
3menu "GSC devices"
4 depends on SND!=n && GSC
3menuconfig 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.
5
9
10if SND_GSC
11
6config SND_HARMONY
7 tristate "Harmony/Vivace sound chip"
12config SND_HARMONY
13 tristate "Harmony/Vivace sound chip"
8 depends on SND
9 select SND_PCM
10 help
11 Say 'Y' or 'M' to include support for the Harmony/Vivace sound
12 chip found in most GSC-based PA-RISC workstations. It's frequently
13 provided as part of the Lasi multi-function IC.
14
14 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
15endmenu
20endif # SND_GSC