Re: [PATCH v2 0/2] DSS2:Allow FB to build without VRFB
From: Tomi Valkeinen <hidden>
Date: 2010-05-14 07:23:34
Also in:
linux-omap
From: Tomi Valkeinen <hidden>
Date: 2010-05-14 07:23:34
Also in:
linux-omap
Hi, On Thu, 2010-05-13 at 17:20 +0200, ext Senthilvadivu Guruswamy wrote:
From: Senthilvadivu Guruswamy <redacted> Hi all, This patch series replaces the patch "DSS2 Include VRFB into omap2-3build only" Thanks for the review comments. The intent of this series is to split the patch into 2 logical patches and also to incorporate the comments on multi-omap build. In this series, Kconfig is changed to have OMAP2_VRFB depend on ARCH_OMAP2 and ARCH_OMAP3. This change takes care of the multi-omap builds. This patch would allow successful build of omap_4430sdp_defconfig when OMAP2_DSS and FB_OMAP2 is enabled from menuconfig. For verification: Generated the .config on omap3_defconfig with DSS and FB enabled. Generated .config is same with and without the patch. List of Changed Files: arch/arm/plat-omap/include/plat/vrfb.h drivers/video/omap2/Kconfig drivers/video/omap2/omapfb/Kconfig
The patch set makes VRFB optional. What happens if VRFB is turned off, and the user uses VRFB for a framebuffer? Tomi