diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index dabe804ba575..4be9b4832c55 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1881,7 +1881,7 @@ config FB_W100 | |||
1881 | 1881 | ||
1882 | config FB_SH_MOBILE_LCDC | 1882 | config FB_SH_MOBILE_LCDC |
1883 | tristate "SuperH Mobile LCDC framebuffer support" | 1883 | tristate "SuperH Mobile LCDC framebuffer support" |
1884 | depends on FB && SUPERH && HAVE_CLK | 1884 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
1885 | select FB_SYS_FILLRECT | 1885 | select FB_SYS_FILLRECT |
1886 | select FB_SYS_COPYAREA | 1886 | select FB_SYS_COPYAREA |
1887 | select FB_SYS_IMAGEBLIT | 1887 | select FB_SYS_IMAGEBLIT |