diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-05 11:12:50 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-04-15 12:00:47 +0300 |
commit | e45f265e7ea3ee6de24efe91fe2928d603cb1741 (patch) | |
tree | 4333c284fc712de44b9c8a8b9644a5a972fa2b71 /drivers | |
parent | cf2585a482e0ac83ab11928699c292d73c128fd6 (diff) |
video: vt8500: fix Kconfig for videomode
OF_DISPLAY_TIMING and OF_VIDEOMODE Kconfig entries have been removed,
and VIDEOMODE_HELPERS should be used now. Fix the Kconfig for VT8500
driver to reflect this.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 714d32a279e2..8bda6131ae3e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1777,8 +1777,7 @@ config FB_VT8500 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) select FB_SYS_IMAGEBLIT select FB_MODE_HELPERS - select OF_DISPLAY_TIMING - select OF_VIDEOMODE + select VIDEOMODE_HELPERS help This is the framebuffer driver for VIA VT8500 integrated LCD controller. @@ -1790,8 +1789,7 @@ config FB_WM8505 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) select FB_SYS_IMAGEBLIT select FB_MODE_HELPERS - select OF_DISPLAY_TIMING - select OF_VIDEOMODE + select VIDEOMODE_HELPERS help This is the framebuffer driver for WonderMedia WM8xxx-series integrated LCD controller. This driver covers the WM8505, WM8650 |