Blame view

sound/sparc/Kconfig 952 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
61595dca7   Takashi Iwai   ALSA: Add missing...
24
  	select SND_TIMER
ab79509a9   Takashi Iwai   [ALSA] Add help t...
25
26
27
28
29
  	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
30

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

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