]> Pileus Git - ~andy/linux/blobdiff - drivers/video/Kconfig
Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc
[~andy/linux] / drivers / video / Kconfig
index 3546484fa508799369d26c07ad8370e6decfc6fb..8874cf2fd279e1046d1ef473f4e2263e099029e0 100644 (file)
@@ -1109,12 +1109,6 @@ config FB_ATY_BACKLIGHT
        help
          Say Y here if you want to control the backlight of your display.
 
-config FB_S3TRIO
-       bool "S3 Trio display support"
-       depends on (FB = y) && PPC && BROKEN
-       help
-         If you have a S3 Trio say Y. Say N for S3 Virge.
-
 config FB_S3
        tristate "S3 Trio/Virge support"
        depends on FB && PCI
@@ -1604,6 +1598,26 @@ config FB_IBM_GXT4500
          Say Y here to enable support for the IBM GXT4500P display
          adaptor, found on some IBM System P (pSeries) machines.
 
+config FB_PS3
+       bool "PS3 GPU framebuffer driver"
+       depends on FB && PPC_PS3
+       select PS3_PS3AV
+       select FB_CFB_FILLRECT
+       select FB_CFB_COPYAREA
+       select FB_CFB_IMAGEBLIT
+       ---help---
+         Include support for the virtual frame buffer in the PS3 platform.
+
+config FB_PS3_DEFAULT_SIZE_M
+       int "PS3 default frame buffer size (in MiB)"
+       depends on FB_PS3
+       default 18
+       ---help---
+         This is the default size (in MiB) of the virtual frame buffer in
+         the PS3.
+         The default value can be overridden on the kernel command line
+         using the "ps3fb" option (e.g. "ps3fb=9M");
+
 config FB_VIRTUAL
        tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
        depends on FB