Re: [PATCHv9 05/18] mfd: omap-prm: add driver skeleton

From: Kevin Hilman
Date: Fri Nov 18 2011 - 16:36:07 EST


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-kristo@xxxxxx>
> Cc: Paul Walmsley <paul@xxxxxxxxx>
> Cc: Kevin Hilman <khilman@xxxxxx>
> Cc: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx>

> +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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/