Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bc55197d5a19a58c63f826dbd326da70e97b88f8
Commit:     bc55197d5a19a58c63f826dbd326da70e97b88f8
Parent:     6f3bf657edf9c592cf9d92e07ab385bb0ede48c5
Author:     Manuel Lauss <[EMAIL PROTECTED]>
AuthorDate: Fri Jun 8 11:41:34 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri Jul 20 11:11:25 2007 +0200

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 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 a332e51..f03220d 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -2,8 +2,7 @@ menu "SoC Audio support for SuperH"
 
 config SND_SOC_PCM_SH7760
        tristate "SoC Audio support for Renesas SH7760"
-       depends on CPU_SUBTYPE_SH7760 && SND_SOC
-       select SH_DMABRG
+       depends on CPU_SUBTYPE_SH7760 && SND_SOC && SH_DMABRG
        help
          Enable this option for SH7760 AC97/I2S audio support.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to