On Mon, Oct 18, 2010 at 8:55 AM, Samreen <[email protected]> wrote: > The defconfig options for display are taken in the respective Kconfig > to enable display by default on OMAP3 platforms
> config FB_OMAP2_NUM_FBS > int "Number of framebuffers" > range 1 10 > - default 3 > + default 1 if ARCH_OMAP2 || ARCH_OMAP3 > + default 3 if ARCH_OMAP4 > depends on FB_OMAP2 > help > Select the number of framebuffers created. OMAP2/3 has 3 overlays I think this should be 3 also for OMAP3. -- Felipe Contreras -- 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
