Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[linux-block.git] / sound / sparc / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2# ALSA Sparc drivers
3
89fe5117
TI
4menuconfig 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
1da177e4
LT
12
13config SND_SUN_AMD7930
14 tristate "Sun AMD7930"
89fe5117 15 depends on SBUS
1da177e4 16 select SND_PCM
ab79509a
TI
17 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.
1da177e4 22
1da177e4
LT
23config SND_SUN_CS4231
24 tristate "Sun CS4231"
1da177e4 25 select SND_PCM
61595dca 26 select SND_TIMER
ab79509a
TI
27 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.
1da177e4 32
1bd9debf
TI
33config SND_SUN_DBRI
34 tristate "Sun DBRI"
89fe5117 35 depends on SBUS
1bd9debf
TI
36 select SND_PCM
37 help
38 Say Y here to include support for DBRI sound device on Sun.
1da177e4 39
1bd9debf
TI
40 To compile this driver as a module, choose M here: the module
41 will be called snd-sun-dbri.
42
89fe5117 43endif # SND_SPARC