afs: Provide a splice-read wrapper
[linux-block.git] / sound / parisc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2# ALSA PA-RISC drivers
3
89fe5117
TI
4menuconfig 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
1da177e4
LT
12
13config SND_HARMONY
14 tristate "Harmony/Vivace sound chip"
1da177e4
LT
15 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
89fe5117 21endif # SND_GSC