aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap/Kconfig')
-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.