Blame view

sound/parisc/Kconfig 458 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  # ALSA PA-RISC drivers
89fe51179   Takashi Iwai   sound: Convert to...
2
3
4
5
6
7
8
9
  menuconfig SND_GSC
  	bool "GSC sound devices"
  	depends on GSC
  	default y
  	help
  	  Support for GSC sound devices on PA-RISC architectures.
  
  if SND_GSC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
  
  config SND_HARMONY
  	tristate "Harmony/Vivace sound chip"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
14
15
16
17
  	select SND_PCM
  	help
  	  Say 'Y' or 'M' to include support for the Harmony/Vivace sound
  	  chip found in most GSC-based PA-RISC workstations.  It's frequently
  	  provided as part of the Lasi multi-function IC.
89fe51179   Takashi Iwai   sound: Convert to...
18
  endif	# SND_GSC