On 09/23/2011 05:46 AM, Tero Kristo wrote:
> This driver will eventually support OMAP soc PRM module features, e.g. PRCM
> chain interrupts and voltage processor / controller. This patch only adds
> basic skeleton for the driver that can be probed for omap3 and omap4.
> 
> Signed-off-by: Tero Kristo <t-kri...@ti.com>
> Cc: Paul Walmsley <p...@pwsan.com>
> Cc: Kevin Hilman <khil...@ti.com>
> Cc: Samuel Ortiz <sa...@linux.intel.com>

> +config OMAP_PRM
> +     bool "OMAP Power and Reset Management driver"
> +     depends on (ARCH_OMAP) && PM

Minor: this should probably be

        default ARCH_OMAP && PM

So it's enabled by default whenever a PM kernel is built for OMAP.

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

Reply via email to