Kconfig 952 字节
Newer Older
L
Linus Torvalds 已提交
1 2
# ALSA Sparc drivers

T
Takashi Iwai 已提交
3 4 5 6 7 8 9 10
menuconfig SND_SPARC
	bool "Sparc sound devices"
	depends on SPARC
	default y
	help
	  Support for sound devices specific to Sun SPARC architectures.

if SND_SPARC
L
Linus Torvalds 已提交
11 12 13

config SND_SUN_AMD7930
	tristate "Sun AMD7930"
T
Takashi Iwai 已提交
14
	depends on SBUS
L
Linus Torvalds 已提交
15
	select SND_PCM
T
Takashi Iwai 已提交
16 17 18 19 20
	help
	  Say Y here to include support for AMD7930 sound device on Sun.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sun-amd7930.
L
Linus Torvalds 已提交
21 22 23 24

config SND_SUN_CS4231
	tristate "Sun CS4231"
	select SND_PCM
25
	select SND_TIMER
T
Takashi Iwai 已提交
26 27 28 29 30
	help
	  Say Y here to include support for CS4231 sound device on Sun.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sun-cs4231.
L
Linus Torvalds 已提交
31

T
Takashi Iwai 已提交
32 33
config SND_SUN_DBRI
	tristate "Sun DBRI"
T
Takashi Iwai 已提交
34
	depends on SBUS
T
Takashi Iwai 已提交
35 36 37
	select SND_PCM
	help
	  Say Y here to include support for DBRI sound device on Sun.
L
Linus Torvalds 已提交
38

T
Takashi Iwai 已提交
39 40 41
	  To compile this driver as a module, choose M here: the module
	  will be called snd-sun-dbri.

T
Takashi Iwai 已提交
42
endif	# SND_SPARC