Kconfig (521c180874dae86f675d23c4eade4dba8b1f2cc8) | Kconfig (6fa612b56c575a5235568593eab4240c90608630) |
---|---|
1# 2# Video configuration 3# 4 5menu "Graphics support" 6 depends on HAS_IOMEM 7 8source "drivers/char/agp/Kconfig" --- 1982 unchanged lines hidden (view full) --- 1991 ---help--- 1992 This is the default size (in MiB) of the virtual frame buffer in 1993 the PS3. 1994 The default value can be overridden on the kernel command line 1995 using the "ps3fb" option (e.g. "ps3fb=9M"); 1996 1997config FB_XILINX 1998 tristate "Xilinx frame buffer support" | 1# 2# Video configuration 3# 4 5menu "Graphics support" 6 depends on HAS_IOMEM 7 8source "drivers/char/agp/Kconfig" --- 1982 unchanged lines hidden (view full) --- 1991 ---help--- 1992 This is the default size (in MiB) of the virtual frame buffer in 1993 the PS3. 1994 The default value can be overridden on the kernel command line 1995 using the "ps3fb" option (e.g. "ps3fb=9M"); 1996 1997config FB_XILINX 1998 tristate "Xilinx frame buffer support" |
1999 depends on FB && XILINX_VIRTEX | 1999 depends on FB && (XILINX_VIRTEX || MICROBLAZE) |
2000 select FB_CFB_FILLRECT 2001 select FB_CFB_COPYAREA 2002 select FB_CFB_IMAGEBLIT 2003 ---help--- 2004 Include support for the Xilinx ML300/ML403 reference design 2005 framebuffer. ML300 carries a 640*480 LCD display on the board, 2006 ML403 uses a standard DB15 VGA connector. 2007 --- 141 unchanged lines hidden --- | 2000 select FB_CFB_FILLRECT 2001 select FB_CFB_COPYAREA 2002 select FB_CFB_IMAGEBLIT 2003 ---help--- 2004 Include support for the Xilinx ML300/ML403 reference design 2005 framebuffer. ML300 carries a 640*480 LCD display on the board, 2006 ML403 uses a standard DB15 VGA connector. 2007 --- 141 unchanged lines hidden --- |