blob: d75deba5617db05dc02407b6c669d61ee1695a5e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001# ALSA Sparc drivers
2
Takashi Iwai89fe5112008-05-23 16:10:37 +02003menuconfig SND_SPARC
4 bool "Sparc sound devices"
5 depends on SPARC
6 default y
7 help
8 Support for sound devices specific to Sun SPARC architectures.
9
10if SND_SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
12config SND_SUN_AMD7930
13 tristate "Sun AMD7930"
Takashi Iwai89fe5112008-05-23 16:10:37 +020014 depends on SBUS
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 select SND_PCM
Takashi Iwaiab795092005-06-30 18:13:54 +020016 help
17 Say Y here to include support for AMD7930 sound device on Sun.
18
19 To compile this driver as a module, choose M here: the module
20 will be called snd-sun-amd7930.
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
Linus Torvalds1da177e2005-04-16 15:20:36 -070022config SND_SUN_CS4231
23 tristate "Sun CS4231"
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 select SND_PCM
Takashi Iwaiab795092005-06-30 18:13:54 +020025 help
26 Say Y here to include support for CS4231 sound device on Sun.
27
28 To compile this driver as a module, choose M here: the module
29 will be called snd-sun-cs4231.
Linus Torvalds1da177e2005-04-16 15:20:36 -070030
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020031config SND_SUN_DBRI
32 tristate "Sun DBRI"
Takashi Iwai89fe5112008-05-23 16:10:37 +020033 depends on SBUS
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020034 select SND_PCM
35 help
36 Say Y here to include support for DBRI sound device on Sun.
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020038 To compile this driver as a module, choose M here: the module
39 will be called snd-sun-dbri.
40
Takashi Iwai89fe5112008-05-23 16:10:37 +020041endif # SND_SPARC