aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig33
1 files changed, 13 insertions, 20 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 70d135e0cc47..f79c2040758b 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -172,11 +172,6 @@ config FB_DEFERRED_IO
172 bool 172 bool
173 depends on FB 173 depends on FB
174 174
175config FB_METRONOME
176 tristate
177 depends on FB
178 depends on FB_DEFERRED_IO
179
180config FB_HECUBA 175config FB_HECUBA
181 tristate 176 tristate
182 depends on FB 177 depends on FB
@@ -678,7 +673,6 @@ config FB_VESA
678 select FB_CFB_FILLRECT 673 select FB_CFB_FILLRECT
679 select FB_CFB_COPYAREA 674 select FB_CFB_COPYAREA
680 select FB_CFB_IMAGEBLIT 675 select FB_CFB_IMAGEBLIT
681 select VIDEO_SELECT
682 help 676 help
683 This is the frame buffer device driver for generic VESA 2.0 677 This is the frame buffer device driver for generic VESA 2.0
684 compliant graphic cards. The older VESA 1.2 cards are not supported. 678 compliant graphic cards. The older VESA 1.2 cards are not supported.
@@ -1583,7 +1577,6 @@ config FB_CYBLA
1583 tristate "Cyberblade/i1 support" 1577 tristate "Cyberblade/i1 support"
1584 depends on FB && PCI && X86_32 && !64BIT 1578 depends on FB && PCI && X86_32 && !64BIT
1585 select FB_CFB_IMAGEBLIT 1579 select FB_CFB_IMAGEBLIT
1586 select VIDEO_SELECT
1587 ---help--- 1580 ---help---
1588 This driver is supposed to support the Trident Cyberblade/i1 1581 This driver is supposed to support the Trident Cyberblade/i1
1589 graphics core integrated in the VIA VT8601A North Bridge, 1582 graphics core integrated in the VIA VT8601A North Bridge,
@@ -1974,19 +1967,6 @@ config FB_XILINX
1974 framebuffer. ML300 carries a 640*480 LCD display on the board, 1967 framebuffer. ML300 carries a 640*480 LCD display on the board,
1975 ML403 uses a standard DB15 VGA connector. 1968 ML403 uses a standard DB15 VGA connector.
1976 1969
1977config FB_AM200EPD
1978 tristate "AM-200 E-Ink EPD devkit support"
1979 depends on FB && ARCH_PXA && MMU
1980 select FB_SYS_FILLRECT
1981 select FB_SYS_COPYAREA
1982 select FB_SYS_IMAGEBLIT
1983 select FB_SYS_FOPS
1984 select FB_DEFERRED_IO
1985 select FB_METRONOME
1986 help
1987 This enables support for the Metronome display controller used on
1988 the E-Ink AM-200 EPD devkit.
1989
1990config FB_COBALT 1970config FB_COBALT
1991 tristate "Cobalt server LCD frame buffer support" 1971 tristate "Cobalt server LCD frame buffer support"
1992 depends on FB && MIPS_COBALT 1972 depends on FB && MIPS_COBALT
@@ -2041,6 +2021,19 @@ config XEN_FBDEV_FRONTEND
2041 frame buffer driver. It communicates with a back-end 2021 frame buffer driver. It communicates with a back-end
2042 in another domain. 2022 in another domain.
2043 2023
2024config FB_METRONOME
2025 tristate "E-Ink Metronome/8track controller support"
2026 depends on FB
2027 select FB_SYS_FILLRECT
2028 select FB_SYS_COPYAREA
2029 select FB_SYS_IMAGEBLIT
2030 select FB_SYS_FOPS
2031 select FB_DEFERRED_IO
2032 help
2033 This driver implements support for the E-Ink Metronome
2034 controller. The pre-release name for this device was 8track
2035 and could also have been called by some vendors as PVI-nnnn.
2036
2044source "drivers/video/omap/Kconfig" 2037source "drivers/video/omap/Kconfig"
2045 2038
2046source "drivers/video/backlight/Kconfig" 2039source "drivers/video/backlight/Kconfig"