ALSA: hda - Fix FSC V5505 model
[linux-2.6-block.git] / sound / mips / Kconfig
CommitLineData
1da177e4
LT
1# ALSA MIPS drivers
2
89fe5117
TI
3menuconfig SND_MIPS
4 bool "MIPS sound devices"
5 depends on MIPS
6 default y
7 help
8 Support for sound devices of MIPS architectures.
9
10if SND_MIPS
1da177e4
LT
11
12config SND_AU1X00
13 tristate "Au1x00 AC97 Port Driver"
89fe5117 14 depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500
1da177e4
LT
15 select SND_PCM
16 select SND_AC97_CODEC
17 help
18 ALSA Sound driver for the Au1x00's AC97 port.
19
89fe5117 20endif # SND_MIPS
1da177e4 21