2009-11-20 11:39:18

by Pavel Machek

[permalink] [raw]
Subject: Allow selecting MSM framebuffer in Kconfig


Allow user to select MSM framebuffer support in Kconfig.

Signed-off-by: Pavel Machek <[email protected]>

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 188e1ba..b3e05e4 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2127,7 +2127,7 @@ config FB_PRE_INIT_FB
the bootloader.

config FB_MSM
- tristate
+ tristate "MSM Framebuffer support"
depends on FB && ARCH_MSM
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


2009-11-20 18:40:03

by Daniel Walker

[permalink] [raw]
Subject: Re: Allow selecting MSM framebuffer in Kconfig

On Fri, 2009-11-20 at 12:39 +0100, Pavel Machek wrote:
> Allow user to select MSM framebuffer support in Kconfig.
>
> Signed-off-by: Pavel Machek <[email protected]>
>

Ok, applied. All four patches should be in -next .. Also could you send
patches to [email protected] from now on?

Daniel