aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/Kconfig
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-10-06 12:38:37 -0400
committerJaroslav Kysela <perex@suse.cz>2007-02-09 03:00:25 -0500
commit7f137ab673124ee0a210ab5b74c1f7234d6145fa (patch)
tree8bd5c9718a0c4d98a64a80a42ff000599382fee7 /sound/soc/Kconfig
parentdbc6b6ad767c86907db373e85139b0e975ba7599 (diff)
[ALSA] ASoC codecs: build files
This patch adds an ASoC Makefile and Kconfig for the WM8731, WM8750 and WM9712 codecs. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r--sound/soc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig
index 200709f4b708..288bad30b213 100644
--- a/sound/soc/Kconfig
+++ b/sound/soc/Kconfig
@@ -5,6 +5,9 @@
5menu "SoC audio support" 5menu "SoC audio support"
6 depends on SND!=n 6 depends on SND!=n
7 7
8config SND_SOC_AC97_BUS
9 bool
10
8config SND_SOC 11config SND_SOC
9 tristate "SoC audio support" 12 tristate "SoC audio support"
10 ---help--- 13 ---help---
@@ -16,4 +19,7 @@ config SND_SOC
16 This SoC audio support can also be built as a module. If so, the module 19 This SoC audio support can also be built as a module. If so, the module
17 will be called snd-soc-core. 20 will be called snd-soc-core.
18 21
22# Supported codecs
23source "sound/soc/codecs/Kconfig"
24
19endmenu 25endmenu