Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA MIPS drivers |
| 2 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 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. |
| 9 | |
| 10 | if SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
| 12 | config SND_AU1X00 |
| 13 | tristate "Au1x00 AC97 Port Driver" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 14 | depends on SOC_AU1000 || SOC_AU1100 || SOC_AU1500 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | select SND_PCM |
| 16 | select SND_AC97_CODEC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | help |
| 18 | ALSA Sound driver for the Au1x00's AC97 port. |
| 19 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 20 | endif # SND_MIPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | |