Message ID | 50950C09.6000108@deeprootsystems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Nov 03, 2012 at 17:50:25, Kevin Hilman wrote: > On 11/02/2012 01:32 PM, Vaibhav Bedia wrote: > > AM33XX PM code depends on Mailbox module for IPC > > between MPU and WKUP_M3. > > OK, but what if I try to build for AM33xx without starting from > omap2plus_defconfig? I honestly didn't think about this scenario. > > IOW, instead of changing the default defconfig, AM33xx should select > this when PM > is enabled. Something like the (untested) change below. > Will try it out. Thanks for the suggestion. Regards, Vaibhav
On 11/03/2012 01:17 PM, Bedia, Vaibhav wrote: > On Sat, Nov 03, 2012 at 17:50:25, Kevin Hilman wrote: >> On 11/02/2012 01:32 PM, Vaibhav Bedia wrote: >>> AM33XX PM code depends on Mailbox module for IPC >>> between MPU and WKUP_M3. >> >> OK, but what if I try to build for AM33xx without starting from >> omap2plus_defconfig? > > I honestly didn't think about this scenario. > >> >> IOW, instead of changing the default defconfig, AM33xx should select >> this when PM >> is enabled. Something like the (untested) change below. >> > > Will try it out. Thanks for the suggestion. You're welcome. See... sometimes maintainers can be useful for something other than complaining. ;) Kevin
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index d669e22..93c1a37 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -109,6 +109,7 @@ config SOC_AM33XX bool "AM33XX support" default y select ARM_CPU_SUSPEND if PM + select OMAP_MBOX_FWK if PM select CPU_V7 select MULTI_IRQ_HANDLER