diff options
author | David S. Miller <davem@davemloft.net> | 2010-03-16 17:40:42 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-16 17:40:42 -0400 |
commit | f04e879bf296d136bcafd8c5a26e95599b141671 (patch) | |
tree | 3785cc01ac8c2a70c4b6833ac449204ee259bf1a /drivers/video/Kconfig | |
parent | 6404fccafa3bfdc0602130a87f4d93baf928bea4 (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/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 |