diff options
-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 a5755b88de2a..f15fb024e806 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -911,7 +911,7 @@ config FB_XVR2500 | |||
911 | 911 | ||
912 | config FB_XVR1000 | 912 | config FB_XVR1000 |
913 | bool "Sun XVR-1000 support" | 913 | bool "Sun XVR-1000 support" |
914 | depends on SPARC64 | 914 | depends on (FB = y) && SPARC64 |
915 | select FB_CFB_FILLRECT | 915 | select FB_CFB_FILLRECT |
916 | select FB_CFB_COPYAREA | 916 | select FB_CFB_COPYAREA |
917 | select FB_CFB_IMAGEBLIT | 917 | select FB_CFB_IMAGEBLIT |