brintos

brintos / linux-shallow public Read only

0
0
Text · 498 B · 425ceaf Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# ALSA PA-RISC drivers3 4menuconfig SND_GSC5	bool "GSC sound devices"6	depends on GSC7	default y8	help9	  Support for GSC sound devices on PA-RISC architectures.10 11if SND_GSC12 13config SND_HARMONY14	tristate "Harmony/Vivace sound chip"15	select SND_PCM16	help17	  Say 'Y' or 'M' to include support for the Harmony/Vivace sound18	  chip found in most GSC-based PA-RISC workstations.  It's frequently19	  provided as part of the Lasi multi-function IC.20 21endif	# SND_GSC22