0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA PA-RISC drivers
0003
0004 menuconfig SND_GSC
0005 bool "GSC sound devices"
0006 depends on GSC
0007 default y
0008 help
0009 Support for GSC sound devices on PA-RISC architectures.
0010
0011 if SND_GSC
0012
0013 config SND_HARMONY
0014 tristate "Harmony/Vivace sound chip"
0015 select SND_PCM
0016 help
0017 Say 'Y' or 'M' to include support for the Harmony/Vivace sound
0018 chip found in most GSC-based PA-RISC workstations. It's frequently
0019 provided as part of the Lasi multi-function IC.
0020
0021 endif # SND_GSC