On Tue, Feb 7, 2012 at 1:54 AM, Gary Thomas <gary@xxxxxxxxxxxx> wrote: > This will be a bit more of a change than just another PMIC since > this device isn't much of a power manager (other than at the very > lowest level to handle power up sequencing, etc). It's good to > hear that it _should_ work and I look forward to ideas on how > to _make_ it work. > > For now, I've left PM and REGULATOR enabled so I can at least > build the kernel and with just a few changes, I can get the > kernel to boot to a prompt. I do need to work out the uglyness > of what I've had to do though :-) You might still want to have CONFIG_PM on since it's more about things like turning off clocks when they are no longer used and is suspend to RAM prerequisite. REGULATOR also doesn't imply PMIC, it has things like always-on or GPIO controlled power sources. I think you want to disable CONFIG_TWL4030_CORE that's the actual PMIC core driver that all it's subchip drivers depend on. -- Gražvydas -- 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