summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-03-16 14:40:42 -0700
committerDavid S. Miller <davem@davemloft.net>2010-03-16 14:40:42 -0700
commitf04e879bf296d136bcafd8c5a26e95599b141671 (patch)
tree3785cc01ac8c2a70c4b6833ac449204ee259bf1a /drivers/video
parent6404fccafa3bfdc0602130a87f4d93baf928bea4 (diff)
sunxvr1000: Add missing FB=y depenency.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index a5755b88de2..f15fb024e80 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -911,7 +911,7 @@ config FB_XVR2500
config FB_XVR1000
bool "Sun XVR-1000 support"
- depends on SPARC64
+ depends on (FB = y) && SPARC64
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT