blob: 59b9f16e8deaf51c2ca3666ee1fddbba467ee9d1 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002# ALSA Sparc drivers
3
Takashi Iwai89fe5112008-05-23 16:10:37 +02004menuconfig SND_SPARC
5 bool "Sparc sound devices"
6 depends on SPARC
7 default y
8 help
9 Support for sound devices specific to Sun SPARC architectures.
10
11if SND_SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13config SND_SUN_AMD7930
14 tristate "Sun AMD7930"
Takashi Iwai89fe5112008-05-23 16:10:37 +020015 depends on SBUS
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 select SND_PCM
Takashi Iwaiab795092005-06-30 18:13:54 +020017 help
18 Say Y here to include support for AMD7930 sound device on Sun.
19
20 To compile this driver as a module, choose M here: the module
21 will be called snd-sun-amd7930.
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
Linus Torvalds1da177e2005-04-16 15:20:36 -070023config SND_SUN_CS4231
24 tristate "Sun CS4231"
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 select SND_PCM
Takashi Iwai61595dc2016-01-27 07:05:56 +010026 select SND_TIMER
Takashi Iwaiab795092005-06-30 18:13:54 +020027 help
28 Say Y here to include support for CS4231 sound device on Sun.
29
30 To compile this driver as a module, choose M here: the module
31 will be called snd-sun-cs4231.
Linus Torvalds1da177e2005-04-16 15:20:36 -070032
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020033config SND_SUN_DBRI
34 tristate "Sun DBRI"
Takashi Iwai89fe5112008-05-23 16:10:37 +020035 depends on SBUS
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020036 select SND_PCM
37 help
38 Say Y here to include support for DBRI sound device on Sun.
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Takashi Iwai1bd9deb2005-06-30 18:26:20 +020040 To compile this driver as a module, choose M here: the module
41 will be called snd-sun-dbri.
42
Takashi Iwai89fe5112008-05-23 16:10:37 +020043endif # SND_SPARC