Blame view

sound/sparc/Kconfig 934 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  # ALSA Sparc drivers
89fe51179   Takashi Iwai   sound: Convert to...
2
3
4
5
6
7
8
9
  menuconfig SND_SPARC
  	bool "Sparc sound devices"
  	depends on SPARC
  	default y
  	help
  	  Support for sound devices specific to Sun SPARC architectures.
  
  if SND_SPARC
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
10
11
12
  
  config SND_SUN_AMD7930
  	tristate "Sun AMD7930"
89fe51179   Takashi Iwai   sound: Convert to...
13
  	depends on SBUS
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
  	select SND_PCM
ab79509a9   Takashi Iwai   [ALSA] Add help t...
15
16
17
18
19
  	help
  	  Say Y here to include support for AMD7930 sound device on Sun.
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-sun-amd7930.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
21
22
  config SND_SUN_CS4231
  	tristate "Sun CS4231"
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
23
  	select SND_PCM
ab79509a9   Takashi Iwai   [ALSA] Add help t...
24
25
26
27
28
  	help
  	  Say Y here to include support for CS4231 sound device on Sun.
  
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-sun-cs4231.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
29

1bd9debf2   Takashi Iwai   [ALSA] Add DBRI d...
30
31
  config SND_SUN_DBRI
  	tristate "Sun DBRI"
89fe51179   Takashi Iwai   sound: Convert to...
32
  	depends on SBUS
1bd9debf2   Takashi Iwai   [ALSA] Add DBRI d...
33
34
35
  	select SND_PCM
  	help
  	  Say Y here to include support for DBRI sound device on Sun.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
36

1bd9debf2   Takashi Iwai   [ALSA] Add DBRI d...
37
38
  	  To compile this driver as a module, choose M here: the module
  	  will be called snd-sun-dbri.
89fe51179   Takashi Iwai   sound: Convert to...
39
  endif	# SND_SPARC