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?

IOW, instead of changing the default defconfig, AM33xx should select this when PM
is enabled.   Something like the (untested) change below.

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



--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to