aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-03-16 17:40:42 -0400
committerDavid S. Miller <davem@davemloft.net>2010-03-16 17:40:42 -0400
commitf04e879bf296d136bcafd8c5a26e95599b141671 (patch)
tree3785cc01ac8c2a70c4b6833ac449204ee259bf1a /drivers/video/Kconfig
parent6404fccafa3bfdc0602130a87f4d93baf928bea4 (diff)
sunxvr1000: Add missing FB=y depenency.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
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
912config FB_XVR1000 912config 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