All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412
@ 2012-03-16  7:55 Sangbeom Kim
  2012-03-16 19:01 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Sangbeom Kim @ 2012-03-16  7:55 UTC (permalink / raw)
  To: 'Mark Brown', 'Liam Girdwood', alsa-devel
  Cc: sangsu4u.park, sbkim01

Update Kconfig file to support the Exynos5250 and Exynos4412

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

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index f3417f2..2e790c0 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_S3C2410 || 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_S3C2410
 	help
@@ -63,7 +63,7 @@ config SND_SOC_SAMSUNG_SMDK_WM8580
 
 config SND_SOC_SAMSUNG_SMDK_WM8994
 	tristate "SoC I2S Audio support for WM8994 on SMDK"
-	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210 || MACH_SMDK4212)
+	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210 || MACH_SMDK4212 ||
MACH_SMDK4412 || MACH_SMDK5250)
 	depends on I2C=y && GENERIC_HARDIRQS
 	select MFD_WM8994
 	select SND_SOC_WM8994
@@ -162,7 +162,7 @@ config SND_SOC_GONI_AQUILA_WM8994
 
 config SND_SOC_SAMSUNG_SMDK_SPDIF
 	tristate "SoC S/PDIF Audio support for SMDK"
-	depends on SND_SOC_SAMSUNG && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210 ||
MACH_SMDKV310 || MACH_SMDK4212)
+	depends on SND_SOC_SAMSUNG && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210 ||
MACH_SMDKV310 || MACH_SMDK4212 || MACH_SMDK4412 || MACH_SMDK5250)
 	select SND_SAMSUNG_SPDIF
 	help
 	  Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
@@ -177,7 +177,7 @@ config SND_SOC_SMDK_WM8580_PCM
 
 config SND_SOC_SMDK_WM8994_PCM
 	tristate "SoC PCM Audio support for WM8994 on SMDK"
-	depends on SND_SOC_SAMSUNG && (MACH_SMDKC210 || MACH_SMDKV310 || MACH_SMDK4212)
+	depends on SND_SOC_SAMSUNG && (MACH_SMDKC210 || MACH_SMDKV310 || MACH_SMDK4212 ||
MACH_SMDK4412 || MACH_SMDK5250)
 	depends on I2C=y && GENERIC_HARDIRQS
 	select MFD_WM8994
 	select SND_SOC_WM8994
-- 
1.7.1

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

* Re: ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412
  2012-03-16  7:55 ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412 Sangbeom Kim
@ 2012-03-16 19:01 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-03-16 19:01 UTC (permalink / raw)
  To: Sangbeom Kim; +Cc: alsa-devel, sbkim01, 'Liam Girdwood', sangsu4u.park


[-- Attachment #1.1: Type: text/plain, Size: 709 bytes --]

On Fri, Mar 16, 2012 at 04:55:05PM +0900, Sangbeom Kim wrote:
> Update Kconfig file to support the Exynos5250 and Exynos4412

I tried to apply this but git am complained about a corrupt patch on
line 13 and I couldn't immediately figure out why, sorry.


> -	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210 || MACH_SMDK4212)
> +	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210 || MACH_SMDK4212 ||
> MACH_SMDK4412 || MACH_SMDK5250)

Converting to platform device would be better for device tree and would
mean we could just remove the dependency here which would make adding
new boards easier - just include it in the board instead of having to
list all the boards in ASoC as well.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2012-03-16 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16  7:55 ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412 Sangbeom Kim
2012-03-16 19:01 ` 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.