do not shrink nbcongwin below mss
[cor.git] / sound / sparc / Kconfig
blob59b9f16e8deaf51c2ca3666ee1fddbba467ee9d1
1 # SPDX-License-Identifier: GPL-2.0-only
2 # ALSA Sparc drivers
4 menuconfig 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.
11 if SND_SPARC
13 config SND_SUN_AMD7930
14         tristate "Sun AMD7930"
15         depends on SBUS
16         select SND_PCM
17         help
18           Say Y here to include support for AMD7930 sound device on Sun.
20           To compile this driver as a module, choose M here: the module
21           will be called snd-sun-amd7930.
23 config SND_SUN_CS4231
24         tristate "Sun CS4231"
25         select SND_PCM
26         select SND_TIMER
27         help
28           Say Y here to include support for CS4231 sound device on Sun.
30           To compile this driver as a module, choose M here: the module
31           will be called snd-sun-cs4231.
33 config SND_SUN_DBRI
34         tristate "Sun DBRI"
35         depends on SBUS
36         select SND_PCM
37         help
38           Say Y here to include support for DBRI sound device on Sun.
40           To compile this driver as a module, choose M here: the module
41           will be called snd-sun-dbri.
43 endif   # SND_SPARC