diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index dabe804ba575..6e16244f3ed1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -914,7 +914,7 @@ config FB_XVR2500 | |||
914 | 914 | ||
915 | config FB_XVR1000 | 915 | config FB_XVR1000 |
916 | bool "Sun XVR-1000 support" | 916 | bool "Sun XVR-1000 support" |
917 | depends on SPARC64 | 917 | depends on (FB = y) && SPARC64 |
918 | select FB_CFB_FILLRECT | 918 | select FB_CFB_FILLRECT |
919 | select FB_CFB_COPYAREA | 919 | select FB_CFB_COPYAREA |
920 | select FB_CFB_IMAGEBLIT | 920 | select FB_CFB_IMAGEBLIT |
@@ -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 |