aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-03 13:28:46 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-03 13:28:46 -0400
commitf68ec0c24755e5cdb779be6240925f2175311d84 (patch)
treea7b7128e61a8456385d82bd1c7ca5f14eecbf2ca /drivers/video/Kconfig
parent98920dc3d1113b883cbc73e3293446d3525c6042 (diff)
parent94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 (diff)
Merge commit 'v2.6.27-rc8' into x86/setup
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig53
1 files changed, 53 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d58509a67068..3773d7d89243 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1656,6 +1656,32 @@ config FB_PM3
1656 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 1656 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
1657 and maybe other boards. 1657 and maybe other boards.
1658 1658
1659config FB_CARMINE
1660 tristate "Fujitsu carmine frame buffer support"
1661 depends on FB && PCI
1662 select FB_CFB_FILLRECT
1663 select FB_CFB_COPYAREA
1664 select FB_CFB_IMAGEBLIT
1665 help
1666 This is the frame buffer device driver for the Fujitsu Carmine chip.
1667 The driver provides two independent frame buffer devices.
1668
1669choice
1670 depends on FB_CARMINE
1671 prompt "DRAM timing"
1672 default FB_CARMINE_DRAM_EVAL
1673
1674config FB_CARMINE_DRAM_EVAL
1675 bool "Eval board timings"
1676 help
1677 Use timings which work on the eval card.
1678
1679config CARMINE_DRAM_CUSTOM
1680 bool "Custom board timings"
1681 help
1682 Use custom board timings.
1683endchoice
1684
1659config FB_AU1100 1685config FB_AU1100
1660 bool "Au1100 LCD Driver" 1686 bool "Au1100 LCD Driver"
1661 depends on (FB = y) && MIPS && SOC_AU1100 1687 depends on (FB = y) && MIPS && SOC_AU1100
@@ -1838,6 +1864,16 @@ config FB_W100
1838 1864
1839 If unsure, say N. 1865 If unsure, say N.
1840 1866
1867config FB_SH_MOBILE_LCDC
1868 tristate "SuperH Mobile LCDC framebuffer support"
1869 depends on FB && SUPERH
1870 select FB_CFB_FILLRECT
1871 select FB_CFB_COPYAREA
1872 select FB_CFB_IMAGEBLIT
1873 default m
1874 ---help---
1875 Frame buffer driver for the on-chip SH-Mobile LCD controller.
1876
1841config FB_S3C2410 1877config FB_S3C2410
1842 tristate "S3C2410 LCD framebuffer support" 1878 tristate "S3C2410 LCD framebuffer support"
1843 depends on FB && ARCH_S3C2410 1879 depends on FB && ARCH_S3C2410
@@ -1949,6 +1985,23 @@ config FB_AM200EPD
1949 This enables support for the Metronome display controller used on 1985 This enables support for the Metronome display controller used on
1950 the E-Ink AM-200 EPD devkit. 1986 the E-Ink AM-200 EPD devkit.
1951 1987
1988config FB_COBALT
1989 tristate "Cobalt server LCD frame buffer support"
1990 depends on FB && MIPS_COBALT
1991
1992config FB_SH7760
1993 bool "SH7760/SH7763 LCDC support"
1994 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763)
1995 select FB_CFB_FILLRECT
1996 select FB_CFB_COPYAREA
1997 select FB_CFB_IMAGEBLIT
1998 help
1999 Support for the SH7760/SH7763 integrated (D)STN/TFT LCD Controller.
2000 Supports display resolutions up to 1024x1024 pixel, grayscale and
2001 color operation, with depths ranging from 1 bpp to 8 bpp monochrome
2002 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2003 panels <= 320 pixel horizontal resolution.
2004
1952config FB_VIRTUAL 2005config FB_VIRTUAL
1953 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 2006 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1954 depends on FB 2007 depends on FB