On Tue, Nov 25, 2008 at 10:54:28AM -0800, David Brownell wrote:
I'm not sure what you mean by "machine driver" ... there seem to be two: arch/arm/mach-omap2/board-*.c for everything except ALSA, and then sound/soc/omap/*.c for the ASoC bits.
I meant the arch/arm one.
As a rule, it's worth avoiding "select" in Kconfig; it doesn't work well, since it won't even report missing dependencies much less fix the trivial ones.
Right, I'm just thinking that for something like this it might not be worth turning off the TWL4030 core support given that these sorts of southbridgeish chips tend to be pretty key to the system. It was just an idle thought, anyway.
BTW, it'd also be really handy if you could remove the OMAP dependencies from TWL4030_CORE - I know it currently needs them to actually be useful at runtime but it'd mean that it's possible to build things like the codec driver on other configs which helps when working on subsystems.