aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-05-08 03:39:25 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:32 -0400
commitdbe7e429fedb3fbc93b496cc1c3eb4fc28333ac0 (patch)
tree9f88a999af677f65beb7041604c3a5d63bfc58db /drivers/video/Kconfig
parent249bdbbf0dbab5554a4bfe55639e324d4758da96 (diff)
vmlfb: framebuffer driver for Intel Vermilion Range
Add the Intel Vermilion Range framebuffer support. Signed-off-by: Alan Hourihane <alanh@tungstengraphics.com> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 863c5983ee60..74d764e2e1fa 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -882,6 +882,22 @@ config FB_I810_I2C
882 select FB_DDC 882 select FB_DDC
883 help 883 help
884 884
885config FB_LE80578
886 tristate "Intel LE80578 (Vermilion) support"
887 depends on FB && PCI && X86
888 select FB_MODE_HELPERS
889 select FB_CFB_FILLRECT
890 select FB_CFB_COPYAREA
891 select FB_CFB_IMAGEBLIT
892 help
893 This driver supports the LE80578 (Vermilion Range) chipset
894
895config FB_CARILLO_RANCH
896 tristate "Intel Carillo Ranch support"
897 depends on FB_LE80578 && FB && PCI && X86
898 help
899 This driver supports the LE80578 (Carillo Ranch) board
900
885config FB_INTEL 901config FB_INTEL
886 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)" 902 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G support (EXPERIMENTAL)"
887 depends on FB && EXPERIMENTAL && PCI && X86 903 depends on FB && EXPERIMENTAL && PCI && X86