diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6372f8b17b45..fb19803060cf 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -41,7 +41,7 @@ menuconfig FB | |||
41 | You need an utility program called fbset to make full use of frame | 41 | You need an utility program called fbset to make full use of frame |
42 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> | 42 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> |
43 | and the Framebuffer-HOWTO at | 43 | and the Framebuffer-HOWTO at |
44 | <http://www.tahallah.demon.co.uk/programming/prog.html> for more | 44 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.2.html> for more |
45 | information. | 45 | information. |
46 | 46 | ||
47 | Say Y here and to the driver for your graphics board below if you | 47 | Say Y here and to the driver for your graphics board below if you |
@@ -1054,9 +1054,7 @@ config FB_RIVA_BACKLIGHT | |||
1054 | 1054 | ||
1055 | config FB_I810 | 1055 | config FB_I810 |
1056 | tristate "Intel 810/815 support (EXPERIMENTAL)" | 1056 | tristate "Intel 810/815 support (EXPERIMENTAL)" |
1057 | depends on FB && EXPERIMENTAL && PCI && X86_32 | 1057 | depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL |
1058 | select AGP | ||
1059 | select AGP_INTEL | ||
1060 | select FB_MODE_HELPERS | 1058 | select FB_MODE_HELPERS |
1061 | select FB_CFB_FILLRECT | 1059 | select FB_CFB_FILLRECT |
1062 | select FB_CFB_COPYAREA | 1060 | select FB_CFB_COPYAREA |
@@ -1119,9 +1117,7 @@ config FB_CARILLO_RANCH | |||
1119 | 1117 | ||
1120 | config FB_INTEL | 1118 | config FB_INTEL |
1121 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)" | 1119 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support (EXPERIMENTAL)" |
1122 | depends on FB && EXPERIMENTAL && PCI && X86 | 1120 | depends on EXPERIMENTAL && FB && PCI && X86 && AGP_INTEL |
1123 | select AGP | ||
1124 | select AGP_INTEL | ||
1125 | select FB_MODE_HELPERS | 1121 | select FB_MODE_HELPERS |
1126 | select FB_CFB_FILLRECT | 1122 | select FB_CFB_FILLRECT |
1127 | select FB_CFB_COPYAREA | 1123 | select FB_CFB_COPYAREA |
@@ -2123,6 +2119,18 @@ config FB_PRE_INIT_FB | |||
2123 | Select this option if display contents should be inherited as set by | 2119 | Select this option if display contents should be inherited as set by |
2124 | the bootloader. | 2120 | the bootloader. |
2125 | 2121 | ||
2122 | config FB_MX3 | ||
2123 | tristate "MX3 Framebuffer support" | ||
2124 | depends on FB && MX3_IPU | ||
2125 | select FB_CFB_FILLRECT | ||
2126 | select FB_CFB_COPYAREA | ||
2127 | select FB_CFB_IMAGEBLIT | ||
2128 | default y | ||
2129 | help | ||
2130 | This is a framebuffer device for the i.MX31 LCD Controller. So | ||
2131 | far only synchronous displays are supported. If you plan to use | ||
2132 | an LCD display with your i.MX31 system, say Y here. | ||
2133 | |||
2126 | source "drivers/video/omap/Kconfig" | 2134 | source "drivers/video/omap/Kconfig" |
2127 | 2135 | ||
2128 | source "drivers/video/backlight/Kconfig" | 2136 | source "drivers/video/backlight/Kconfig" |