diff options
author | Frank Mandarino <fmandarino@endrelia.com> | 2006-10-06 18:41:42 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:00:32 +0100 |
commit | 8dafc0fb49b903c4e7262b2622bef8342345c700 (patch) | |
tree | 9e4c1c6d3713623354767b59209c6ec587712bdf /sound/soc/Kconfig | |
parent | b41bf38a4323a32ec4890c74818c4a3d2661fe6c (diff) | |
download | linux-8dafc0fb49b903c4e7262b2622bef8342345c700.tar.bz2 |
[ALSA] ASoC AT91RM92000 build
This patch adds a Makefile and Kconfig to build the ASoC AT91RM9200
support.
Signed-off-by: Frank Mandarino <fmandarino@endrelia.com>
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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 288bad30b213..e7dab5bdc6b2 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -19,6 +19,12 @@ config SND_SOC This SoC audio support can also be built as a module. If so, the module will be called snd-soc-core. +# All the supported Soc's +menu "SoC Platforms" +depends on SND_SOC +source "sound/soc/at91/Kconfig" +endmenu + # Supported codecs source "sound/soc/codecs/Kconfig" |