Hi,
On Wed, Aug 1, 2012 at 8:36 AM, Kukjin Kim <[email protected]> wrote: > Padmavathi Venna wrote: >> >> Update Kconfig file to support the Exynos5250 and Exynos4412 >> >> Signed-off-by: Sangsu Park <[email protected]> >> Signed-off-by: Sangbeom Kim <[email protected]> >> Signed-off-by: Padmavathi Venna <[email protected]> >> --- >> 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 fe3995c..d54e400 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 >> @@ -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 || SOC_EXYNOS5250) > > Well, do you think _really_ all board which has a EXYNOS5250 SoC is needed > this config? > > I don't think so? Yes. It is not required on all boards which has EXYNOS5250 SoC. I will change this. > > [...] > > Thanks. > > Best regards, > Kgene. > -- > Kukjin Kim <[email protected]>, Senior Engineer, > SW Solution Development Team, Samsung Electronics Co., Ltd. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
