> On Thursday 20 November 2008, mesak82@xxxxxxxxx wrote: > > + tristate "SoC Audio support for Texas Instruments SDP3430" > > + depends on SND_OMAP_SOC && MACH_OMAP_3430SDP > > + select SND_OMAP_SOC_MCBSP > > + select SND_SOC_TWL4030 > > depends also on TWL4030_CORE, yes? The machine driver itself doesn't depend on TWL4030_CORE, but TWL4030 SoC codec driver does (sound/soc/codecs/Kconfig) config SND_SOC_TWL4030 tristate depends on TWL4030_CORE Although that dependency is overridden by _select_ statement. What should be the best way to handle this dependency? Directly in kconfig entry for each TWL4030-related machine driver? -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html