Skip to content

Commit

Permalink
[ALSA] soc/sh: let SND_SOC_PCM_SH7760 depend on SH_DMABRG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Manuel Lauss authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 6f3bf65 commit bc55197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bc55197

Please sign in to comment.