diff options
author | Pawel Moll <pawel.moll@arm.com> | 2014-06-24 13:55:11 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-07-29 13:12:12 +0200 |
commit | d10715be03bd8bad59ddc50236cb140c3bd73c7b (patch) | |
tree | 587203bb2ae8ae20a755b9eeda5cac8181aa4c95 /drivers/video/fbdev/Kconfig | |
parent | video: clps711x: Fix sparse warnings (diff) | |
download | linux-d10715be03bd8bad59ddc50236cb140c3bd73c7b.tar.xz linux-d10715be03bd8bad59ddc50236cb140c3bd73c7b.zip |
video: ARM CLCD: Add DT support
This patch adds basic DT bindings for the PL11x CLCD cells
and make their fbdev driver use them.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r-- | drivers/video/fbdev/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index 4a7098fb32c3..6f451ad34afc 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -280,6 +280,7 @@ config FB_ARMCLCD select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + select VIDEOMODE_HELPERS if OF help This framebuffer device driver is for the ARM PrimeCell PL110 Colour LCD controller. ARM PrimeCells provide the building |