aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorImre Deak <imre.deak@nokia.com>2009-09-22 19:47:00 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:50 -0400
commitb1d51dbb79c6398c88b45d4211545621b4d1a11c (patch)
treebcbba5803206f572f900bf3dc1e1839373d80592 /drivers
parent5910d35cd6c0122a490000a6de0774ac7ebcc2de (diff)
omapfb: add FB manual update option to Kconfig
Also move the controller specific options up in the menu, to a more logical spot. Signed-off-by: Imre Deak <imre.deak@nokia.com> Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/omap/Kconfig49
1 files changed, 30 insertions, 19 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
index 2bffc07f317b..551e3e9c4cbe 100644
--- a/drivers/video/omap/Kconfig
+++ b/drivers/video/omap/Kconfig
@@ -32,6 +32,36 @@ config FB_OMAP_092M9R
32 32
33endchoice 33endchoice
34 34
35config FB_OMAP_LCDC_EXTERNAL
36 bool "External LCD controller support"
37 depends on FB_OMAP
38 help
39 Say Y here, if you want to have support for boards with an
40 external LCD controller connected to the SoSSI/RFBI interface.
41
42config FB_OMAP_LCDC_HWA742
43 bool "Epson HWA742 LCD controller support"
44 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
45 help
46 Say Y here if you want to have support for the external
47 Epson HWA742 LCD controller.
48
49config FB_OMAP_LCDC_BLIZZARD
50 bool "Epson Blizzard LCD controller support"
51 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
52 help
53 Say Y here if you want to have support for the external
54 Epson Blizzard LCD controller.
55
56config FB_OMAP_MANUAL_UPDATE
57 bool "Default to manual update mode"
58 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
59 help
60 Say Y here, if your user-space applications are capable of
61 notifying the frame buffer driver when a change has occured in
62 the frame buffer content and thus a reload of the image data to
63 the external frame buffer is required. If unsure, say N.
64
35config FB_OMAP_LCD_MIPID 65config FB_OMAP_LCD_MIPID
36 bool "MIPI DBI-C/DCS compatible LCD support" 66 bool "MIPI DBI-C/DCS compatible LCD support"
37 depends on FB_OMAP && SPI_MASTER 67 depends on FB_OMAP && SPI_MASTER
@@ -69,23 +99,4 @@ config FB_OMAP_DMA_TUNE
69 answer yes. Answer no if you have a dedicated video 99 answer yes. Answer no if you have a dedicated video
70 memory, or don't use any of the accelerated features. 100 memory, or don't use any of the accelerated features.
71 101
72config FB_OMAP_LCDC_EXTERNAL
73 bool "External LCD controller support"
74 depends on FB_OMAP
75 help
76 Say Y here, if you want to have support for boards with an
77 external LCD controller connected to the SoSSI/RFBI interface.
78 102
79config FB_OMAP_LCDC_HWA742
80 bool "Epson HWA742 LCD controller support"
81 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
82 help
83 Say Y here if you want to have support for the external
84 Epson HWA742 LCD controller.
85
86config FB_OMAP_LCDC_BLIZZARD
87 bool "Epson Blizzard LCD controller support"
88 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
89 help
90 Say Y here if you want to have support for the external
91 Epson Blizzard LCD controller.