diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2013-05-26 06:35:38 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-07-08 04:36:49 -0400 |
commit | 1b6c79361ba5ce30b40f0f7d6fc2421dc5fcbe0c (patch) | |
tree | 835b5dce4d4a29f1c1dc67c17f9d9658e648837c /drivers/video/Kconfig | |
parent | 19fd7441e9cc29b6c6d73c5469b3c93aa245fbb5 (diff) |
video: imxfb: Add DT support
Add devicetree support for imx framebuffer driver. It uses the generic
display bindings and helper functions.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2c301f8441e9..4cf1e1dd5621 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -367,6 +367,8 @@ config FB_IMX | |||
367 | select FB_CFB_FILLRECT | 367 | select FB_CFB_FILLRECT |
368 | select FB_CFB_COPYAREA | 368 | select FB_CFB_COPYAREA |
369 | select FB_CFB_IMAGEBLIT | 369 | select FB_CFB_IMAGEBLIT |
370 | select FB_MODE_HELPERS | ||
371 | select VIDEOMODE_HELPERS | ||
370 | 372 | ||
371 | config FB_CYBER2000 | 373 | config FB_CYBER2000 |
372 | tristate "CyberPro 2000/2010/5000 support" | 374 | tristate "CyberPro 2000/2010/5000 support" |