diff options
author | David S. Miller <davem@davemloft.net> | 2010-03-16 14:40:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-16 14:40:42 -0700 |
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 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 |