aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/video/fbdev/Kconfig
diff options
context:
space:
mode:
authorRobert Jarzmik <robert.jarzmik@free.fr>2015-12-12 22:27:11 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-12-15 15:41:24 +0200
commit420a488278e86ab25354f54800be7df52525e17d (patch)
treeddf15eb4131d82af1c1eb8927894a6f15d3d402e /drivers/video/fbdev/Kconfig
parentvideo: fbdev: pxafb: loosen the platform data bond (diff)
downloadwireguard-linux-420a488278e86ab25354f54800be7df52525e17d.tar.xz
wireguard-linux-420a488278e86ab25354f54800be7df52525e17d.zip
video: fbdev: pxafb: initial devicetree conversion
This patch brings a first support of pxa framebuffer devices to a devicetree pxa platform, as was before platform data. There are restrictions with this port, the biggest one being the lack of support of smart panels. Moreover the conversion doesn't provide a way to declare multiple framebuffer configurations with different bits per pixel, only the LCD hardware bus width is used. The patch was tested on both pxa25x, pxa27x and pxa3xx platform (namely lubbock, mainstone and zylonite). Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r--drivers/video/fbdev/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index d43f27682d02..8ea45a5cd806 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -1885,6 +1885,8 @@ config FB_PXA
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
+ select VIDEOMODE_HELPERS if OF
+ select FB_MODE_HELPERS if OF
---help---
Frame buffer driver for the built-in LCD controller in the Intel
PXA2x0 processor.