All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: bcm: Remove obsoleted Kconfig dependency
@ 2014-01-08  9:37 Takashi Iwai
  2014-01-08 19:46 ` Florian Meier
  2014-01-08 19:59 ` Mark Brown
  0 siblings, 2 replies; 9+ messages in thread
From: Takashi Iwai @ 2014-01-08  9:37 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Florian Meier

CONFIG_SND_SOC_DMAENGINE_PCM was renamed to CONFIG_SND_DMAENGINE_PCM
recently.  And yet we don't have to select it since
CONFIG_SND_GENERIC_DMAENGINE_PCM selects the dependency by itself, so
just rip it off.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/soc/bcm/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig
index 3d82a29ce3a8..6a834e109f1d 100644
--- a/sound/soc/bcm/Kconfig
+++ b/sound/soc/bcm/Kconfig
@@ -1,7 +1,6 @@
 config SND_BCM2835_SOC_I2S
 	tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
 	depends on ARCH_BCM2835 || COMPILE_TEST
-	select SND_SOC_DMAENGINE_PCM
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 	select REGMAP_MMIO
 	help
-- 
1.8.5.2

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-09 13:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-08  9:37 [PATCH] ASoC: bcm: Remove obsoleted Kconfig dependency Takashi Iwai
2014-01-08 19:46 ` Florian Meier
2014-01-08 19:59 ` Mark Brown
2014-01-08 20:08   ` Takashi Iwai
2014-01-08 20:17     ` Mark Brown
2014-01-09  6:29       ` Takashi Iwai
2014-01-09 10:32         ` Mark Brown
2014-01-09 11:00           ` Takashi Iwai
2014-01-09 13:05             ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.