> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx > [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Premi, Sanjeev > Sent: Thursday, May 27, 2010 6:50 PM > To: linux-omap@xxxxxxxxxxxxxxx > Subject: RE: omap3 pm: dependency between opp layer and cpufreq > [snip]--[snip] > > diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile > index 2b9ebf0..18d291f 100644 > --- a/arch/arm/plat-omap/Makefile > +++ b/arch/arm/plat-omap/Makefile > @@ -15,7 +15,7 @@ obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o > # OPP support in (OMAP3+ only at the moment) > # XXX The OPP TWL/TPS code should only be included when a TWL/TPS > # PMIC is selected. > -ifdef CONFIG_CPU_FREQ > +ifdef CONFIG_TWL4030_POWER > obj-$(CONFIG_ARCH_OMAP3) += opp.o opp_twl_tps.o > endif > After sending the mail, I realized that inclusion of opp_twl_tps.o should depend upon CONFIG_TWL4030_POWER and opp.o should be included as default. ~sanjeev [snip]--[snip] -- 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