diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index fdeb3e68a1c1..6e1f1ea21b38 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1792,9 +1792,10 @@ config FB_IBM_GXT4500 | |||
1792 | config FB_PS3 | 1792 | config FB_PS3 |
1793 | bool "PS3 GPU framebuffer driver" | 1793 | bool "PS3 GPU framebuffer driver" |
1794 | depends on (FB = y) && PS3_PS3AV | 1794 | depends on (FB = y) && PS3_PS3AV |
1795 | select FB_CFB_FILLRECT | 1795 | select FB_SYS_FILLRECT |
1796 | select FB_CFB_COPYAREA | 1796 | select FB_SYS_COPYAREA |
1797 | select FB_CFB_IMAGEBLIT | 1797 | select FB_SYS_IMAGEBLIT |
1798 | select FB_SYS_FOPS | ||
1798 | ---help--- | 1799 | ---help--- |
1799 | Include support for the virtual frame buffer in the PS3 platform. | 1800 | Include support for the virtual frame buffer in the PS3 platform. |
1800 | 1801 | ||