16 Mar
2012
16 Mar
'12
8:01 p.m.
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.