diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2007-06-08 05:41:34 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-07-20 05:11:25 -0400 |
commit | bc55197d5a19a58c63f826dbd326da70e97b88f8 (patch) | |
tree | 8ccd6211f713c5cc407b7169effeb8c960cf8b64 /sound/soc | |
parent | 6f3bf657edf9c592cf9d92e07ab385bb0ede48c5 (diff) |
[ALSA] soc/sh: let SND_SOC_PCM_SH7760 depend on SH_DMABRG
Let SND_SOC_PCM_SH7760 depend on SH_DMABRG rather than select'ing it.
Gets rid of the Kbuild warning about SH_DMABRG being undefined on non-sh
builds.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sh/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index a332e51d6887..f03220d23e73 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -2,8 +2,7 @@ menu "SoC Audio support for SuperH" | |||
2 | 2 | ||
3 | config SND_SOC_PCM_SH7760 | 3 | config SND_SOC_PCM_SH7760 |
4 | tristate "SoC Audio support for Renesas SH7760" | 4 | tristate "SoC Audio support for Renesas SH7760" |
5 | depends on CPU_SUBTYPE_SH7760 && SND_SOC | 5 | depends on CPU_SUBTYPE_SH7760 && SND_SOC && SH_DMABRG |
6 | select SH_DMABRG | ||
7 | help | 6 | help |
8 | Enable this option for SH7760 AC97/I2S audio support. | 7 | Enable this option for SH7760 AC97/I2S audio support. |
9 | 8 | ||