22 Dec
2011
22 Dec
'11
2:26 p.m.
On Thu, Dec 22, 2011 at 02:42:48PM +0200, Peter Ujfalusi wrote:
config SND_OMAP_SOC_OMAP_ABE_TWL6040 tristate "SoC Audio support for OMAP boards using ABE and twl6040 codec"
- depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_4430SDP
- depends on TWL4030_CORE && SND_OMAP_SOC
- depends on MACH_OMAP_4430SDP || MACH_OMAP4_PANDA
Given that it's now a platform device and there's a reasonable expectation that there will be lots of other boards derived from this it'd seem sensible to just remove the machine dependencies so people don't have to patch the Kconfig. Otherwise it kind of defeats the point of making the code generic.