net: dsa: Allow DSA and CPU ports to have a phy-mode property
[linux/fpc-iii.git] / sound / mips / Kconfig
blob2153d31fb66312025cb6221afd8476d313261785
1 # ALSA MIPS drivers
3 menuconfig SND_MIPS
4         bool "MIPS sound devices"
5         depends on MIPS
6         default y
7         help
8           Support for sound devices of MIPS architectures.
10 if SND_MIPS
12 config SND_SGI_O2
13         tristate "SGI O2 Audio"
14         depends on SGI_IP32
15         select SND_PCM
16         help
17                 Sound support for the SGI O2 Workstation. 
19 config SND_SGI_HAL2
20         tristate "SGI HAL2 Audio"
21         depends on SGI_HAS_HAL2
22         select SND_PCM
23         help
24                 Sound support for the SGI Indy and Indigo2 Workstation.
27 config SND_AU1X00
28         tristate "Au1x00 AC97 Port Driver (DEPRECATED)"
29         depends on MIPS_ALCHEMY
30         select SND_PCM
31         select SND_AC97_CODEC
32         help
33           ALSA Sound driver for the Au1x00's AC97 port.
35           Newer drivers for ASoC are available, please do not use
36           this driver as it will be removed in the future.
38 endif   # SND_MIPS