Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # ALSA Sparc drivers
0003 
0004 menuconfig SND_SPARC
0005         bool "Sparc sound devices"
0006         depends on SPARC
0007         default y
0008         help
0009           Support for sound devices specific to Sun SPARC architectures.
0010 
0011 if SND_SPARC
0012 
0013 config SND_SUN_AMD7930
0014         tristate "Sun AMD7930"
0015         depends on SBUS
0016         select SND_PCM
0017         help
0018           Say Y here to include support for AMD7930 sound device on Sun.
0019 
0020           To compile this driver as a module, choose M here: the module
0021           will be called snd-sun-amd7930.
0022 
0023 config SND_SUN_CS4231
0024         tristate "Sun CS4231"
0025         select SND_PCM
0026         select SND_TIMER
0027         help
0028           Say Y here to include support for CS4231 sound device on Sun.
0029 
0030           To compile this driver as a module, choose M here: the module
0031           will be called snd-sun-cs4231.
0032 
0033 config SND_SUN_DBRI
0034         tristate "Sun DBRI"
0035         depends on SBUS
0036         select SND_PCM
0037         help
0038           Say Y here to include support for DBRI sound device on Sun.
0039 
0040           To compile this driver as a module, choose M here: the module
0041           will be called snd-sun-dbri.
0042 
0043 endif   # SND_SPARC