Re: [PATCH] ARM: EXYNOS: remove references to non-DT SoCs

2013-07-15 Thread Mark Brown
On Sun, Jul 14, 2013 at 03:18:16PM +0200, Paul Bolle wrote: > On Sun, 2013-07-14 at 13:45 +0100, Mark Brown wrote: > > Simply removing the dependencies is not going to give the clearly > > intended effect here. The dependency on the DT only machine needs to be > > replaced with something, not jus

Re: [PATCH] ARM: EXYNOS: remove references to non-DT SoCs

2013-07-14 Thread Paul Bolle
On Sun, 2013-07-14 at 13:45 +0100, Mark Brown wrote: > Look at the code you are editing here: > > > - depends on SND_SOC_SAMSUNG && (MACH_SMDK6410 || MACH_SMDKC100 || > > MACH_SMDKV210 || MACH_SMDKC110 || MACH_SMDKV310 || MACH_SMDKC210) > > + depends on SND_SOC_SAMSUNG && (MACH_SMDK64

Re: [PATCH] ARM: EXYNOS: remove references to non-DT SoCs

2013-07-14 Thread Mark Brown
On Sun, Jul 14, 2013 at 02:26:52PM +0200, Paul Bolle wrote: > Commit 383ffda2fa ("ARM: EXYNOS: no more support non-DT for EXYNOS > SoCs") removed the Kconfig symbols MACH_SMDKV310 and MACH_SMDKC210. > Now remove the references to both of these symbols from the Kconfig > entry for SND_SOC_SAMSUNG_SM

[PATCH] ARM: EXYNOS: remove references to non-DT SoCs

2013-07-14 Thread Paul Bolle
Commit 383ffda2fa ("ARM: EXYNOS: no more support non-DT for EXYNOS SoCs") removed the Kconfig symbols MACH_SMDKV310 and MACH_SMDKC210. Now remove the references to both of these symbols from the Kconfig entry for SND_SOC_SAMSUNG_SMDK_WM9713. They're not needed anymore. Signed-off-by: Paul Bolle -