linux-stable/sound/soc/Kconfig
Richard Purdie 7f137ab673 [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>
2007-02-09 09:00:25 +01:00

25 lines
516 B
Text

#
# SoC audio configuration
#
menu "SoC audio support"
depends on SND!=n
config SND_SOC_AC97_BUS
bool
config SND_SOC
tristate "SoC audio support"
---help---
If you want SoC support, you should say Y here and also to the
specific driver for your SoC below. You will also need to select the
specific codec(s) attached to the SoC
This SoC audio support can also be built as a module. If so, the module
will be called snd-soc-core.
# Supported codecs
source "sound/soc/codecs/Kconfig"
endmenu