diff options
-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 | |||
1777 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | 1777 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) |
1778 | select FB_SYS_IMAGEBLIT | 1778 | select FB_SYS_IMAGEBLIT |
1779 | select FB_MODE_HELPERS | 1779 | select FB_MODE_HELPERS |
1780 | select OF_DISPLAY_TIMING | 1780 | select VIDEOMODE_HELPERS |
1781 | select OF_VIDEOMODE | ||
1782 | help | 1781 | help |
1783 | This is the framebuffer driver for VIA VT8500 integrated LCD | 1782 | This is the framebuffer driver for VIA VT8500 integrated LCD |
1784 | controller. | 1783 | controller. |
@@ -1790,8 +1789,7 @@ config FB_WM8505 | |||
1790 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) | 1789 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) |
1791 | select FB_SYS_IMAGEBLIT | 1790 | select FB_SYS_IMAGEBLIT |
1792 | select FB_MODE_HELPERS | 1791 | select FB_MODE_HELPERS |
1793 | select OF_DISPLAY_TIMING | 1792 | select VIDEOMODE_HELPERS |
1794 | select OF_VIDEOMODE | ||
1795 | help | 1793 | help |
1796 | This is the framebuffer driver for WonderMedia WM8xxx-series | 1794 | This is the framebuffer driver for WonderMedia WM8xxx-series |
1797 | integrated LCD controller. This driver covers the WM8505, WM8650 | 1795 | integrated LCD controller. This driver covers the WM8505, WM8650 |