diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-03-16 18:28:04 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-03-16 18:28:04 -0400 |
commit | 3879f5d6f03b66626af014cbb6071ad4d79b1c42 (patch) | |
tree | 018c183306253f12c1d9da739a78d41be71e1cb3 /drivers/video/Kconfig | |
parent | 607b067e161185d5c441aa366ff9fccd4fd676cb (diff) | |
parent | 6e1588cbd88590273300403648aef70e6bdaf5af (diff) |
Merge branch 'imx-fb-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into devel
Conflicts:
drivers/video/mx3fb.c
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 330204a61ea..41c27a44bd8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2120,16 +2120,16 @@ config FB_PRE_INIT_FB | |||
2120 | the bootloader. | 2120 | the bootloader. |
2121 | 2121 | ||
2122 | config FB_MX3 | 2122 | config FB_MX3 |
2123 | tristate "MX3 Framebuffer support" | 2123 | tristate "MX3 Framebuffer support" |
2124 | depends on FB && MX3_IPU | 2124 | depends on FB && MX3_IPU |
2125 | select FB_CFB_FILLRECT | 2125 | select FB_CFB_FILLRECT |
2126 | select FB_CFB_COPYAREA | 2126 | select FB_CFB_COPYAREA |
2127 | select FB_CFB_IMAGEBLIT | 2127 | select FB_CFB_IMAGEBLIT |
2128 | default y | 2128 | default y |
2129 | help | 2129 | help |
2130 | This is a framebuffer device for the i.MX31 LCD Controller. So | 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 | 2131 | far only synchronous displays are supported. If you plan to use |
2132 | an LCD display with your i.MX31 system, say Y here. | 2132 | an LCD display with your i.MX31 system, say Y here. |
2133 | 2133 | ||
2134 | config FB_BROADSHEET | 2134 | config FB_BROADSHEET |
2135 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" | 2135 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" |