aboutsummaryrefslogtreecommitdiffstats
path: root/sound/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mips/Kconfig')
-rw-r--r--sound/mips/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig
new file mode 100644
index 000000000000..531f8ba96a71
--- /dev/null
+++ b/sound/mips/Kconfig
@@ -0,0 +1,15 @@
1# ALSA MIPS drivers
2
3menu "ALSA MIPS devices"
4 depends on SND!=n && MIPS
5
6config SND_AU1X00
7 tristate "Au1x00 AC97 Port Driver"
8 depends on (SOC_AU1000 || SOC_AU1100 || SOC_AU1500) && SND
9 select SND_PCM
10 select SND_AC97_CODEC
11 help
12 ALSA Sound driver for the Au1x00's AC97 port.
13
14endmenu
15