blob: dfcd38647606445d7dab130178c7ca4f765ff33c [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 Iwai61595dc2016-01-27 07:05:56 +010025 select SND_TIMER
Takashi Iwaiab795092005-06-30 18:13:54 +020026 help
27 Say Y here to include support for CS4231 sound device on Sun.
28
29 To compile this driver as a module, choose M here: the module
30 will be called snd-sun-cs4231.
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020032config SND_SUN_DBRI
33 tristate "Sun DBRI"
Takashi Iwai89fe5112008-05-23 16:10:37 +020034 depends on SBUS
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020035 select SND_PCM
36 help
37 Say Y here to include support for DBRI sound device on Sun.
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020039 To compile this driver as a module, choose M here: the module
40 will be called snd-sun-dbri.
41
Takashi Iwai89fe5112008-05-23 16:10:37 +020042endif # SND_SPARC