diff mbox

[RESUBMIT] ASoC: SAMSUNG: Change Kconfig to support all SAMSUNG ASoC

Message ID 003301cd84fa$eb8a6b20$c29f4160$@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

??? Aug. 28, 2012, 8:55 a.m. UTC
All SAMSUNG ASoC needs SND_SOC_SAMSUNG configuration.
This patch change Kconfig to support all SAMSUNG ASoC.

Signed-off-by: Sangsu Park <sangsu4u.park@samsung.com>
---
 sound/soc/samsung/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Sangbeom Kim Aug. 28, 2012, 9:54 a.m. UTC | #1
On Mon, Aug 28, 2012 at 05:56PM, Sangsu Park wrote:
> All SAMSUNG ASoC needs SND_SOC_SAMSUNG configuration.
> This patch change Kconfig to support all SAMSUNG ASoC.
> 
> Signed-off-by: Sangsu Park <sangsu4u.park@samsung.com>

Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Mark Brown Aug. 28, 2012, 5:17 p.m. UTC | #2
On Tue, Aug 28, 2012 at 05:55:49PM +0900, Sangsu Park wrote:
> All SAMSUNG ASoC needs SND_SOC_SAMSUNG configuration.
> This patch change Kconfig to support all SAMSUNG ASoC.

Applied, thanks.
diff mbox

Patch

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index f17dd25..e7b8317 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -1,6 +1,6 @@ 
 config SND_SOC_SAMSUNG
 	tristate "ASoC support for Samsung"
-	depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 || ARCH_EXYNOS4
+	depends on PLAT_SAMSUNG
 	select S3C64XX_DMA if ARCH_S3C64XX
 	select S3C2410_DMA if ARCH_S3C24XX
 	help