2005-04-17 00:20:36 +02:00
|
|
|
# ALSA MIPS drivers
|
|
|
|
|
2008-05-23 16:10:37 +02:00
|
|
|
menuconfig SND_MIPS
|
|
|
|
bool "MIPS sound devices"
|
|
|
|
depends on MIPS
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for sound devices of MIPS architectures.
|
|
|
|
|
|
|
|
if SND_MIPS
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2008-07-12 22:43:50 +02:00
|
|
|
config SND_SGI_O2
|
|
|
|
tristate "SGI O2 Audio"
|
|
|
|
depends on SGI_IP32
|
2015-06-14 19:16:59 +02:00
|
|
|
select SND_PCM
|
2008-07-12 22:43:50 +02:00
|
|
|
help
|
|
|
|
Sound support for the SGI O2 Workstation.
|
|
|
|
|
2008-07-12 12:12:20 +02:00
|
|
|
config SND_SGI_HAL2
|
|
|
|
tristate "SGI HAL2 Audio"
|
|
|
|
depends on SGI_HAS_HAL2
|
2015-06-14 19:16:59 +02:00
|
|
|
select SND_PCM
|
2008-07-12 12:12:20 +02:00
|
|
|
help
|
|
|
|
Sound support for the SGI Indy and Indigo2 Workstation.
|
|
|
|
|
2008-05-23 16:10:37 +02:00
|
|
|
endif # SND_MIPS
|
2005-04-17 00:20:36 +02:00
|
|
|
|