aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-02-13 08:31:38 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-04-17 01:10:19 -0400
commitf7018c21350204c4cf628462f229d44d03545254 (patch)
tree408787177164cf51cc06f7aabdb04fcff8d2b6aa /drivers/video/omap/Kconfig
parentc26ef3eb3c11274bad1b64498d0a134f85755250 (diff)
video: move fbdev to drivers/video/fbdev
The drivers/video directory is a mess. It contains generic video related files, directories for backlight, console, linux logo, lots of fbdev device drivers, fbdev framework files. Make some order into the chaos by creating drivers/video/fbdev directory, and move all fbdev related files there. No functionality is changed, although I guess it is possible that some subtle Makefile build order related issue could be created by this patch. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Rob Clark <robdclark@gmail.com> Acked-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/video/omap/Kconfig')
-rw-r--r--drivers/video/omap/Kconfig52
1 files changed, 0 insertions, 52 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
deleted file mode 100644
index 0bc3a936ce2b..000000000000
--- a/drivers/video/omap/Kconfig
+++ /dev/null
@@ -1,52 +0,0 @@
1config FB_OMAP
2 tristate "OMAP frame buffer support"
3 depends on FB
4 depends on ARCH_OMAP1
5 select FB_CFB_FILLRECT
6 select FB_CFB_COPYAREA
7 select FB_CFB_IMAGEBLIT
8 help
9 Frame buffer driver for OMAP based boards.
10
11config FB_OMAP_LCDC_EXTERNAL
12 bool "External LCD controller support"
13 depends on FB_OMAP
14 help
15 Say Y here, if you want to have support for boards with an
16 external LCD controller connected to the SoSSI/RFBI interface.
17
18config FB_OMAP_LCDC_HWA742
19 bool "Epson HWA742 LCD controller support"
20 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
21 help
22 Say Y here if you want to have support for the external
23 Epson HWA742 LCD controller.
24
25config FB_OMAP_MANUAL_UPDATE
26 bool "Default to manual update mode"
27 depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
28 help
29 Say Y here, if your user-space applications are capable of
30 notifying the frame buffer driver when a change has occurred in
31 the frame buffer content and thus a reload of the image data to
32 the external frame buffer is required. If unsure, say N.
33
34config FB_OMAP_LCD_MIPID
35 bool "MIPI DBI-C/DCS compatible LCD support"
36 depends on FB_OMAP && SPI_MASTER
37 help
38 Say Y here if you want to have support for LCDs compatible with
39 the Mobile Industry Processor Interface DBI-C/DCS
40 specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
41
42config FB_OMAP_DMA_TUNE
43 bool "Set DMA SDRAM access priority high"
44 depends on FB_OMAP
45 help
46 On systems in which video memory is in system memory
47 (SDRAM) this will speed up graphics DMA operations.
48 If you have such a system and want to use rotation
49 answer yes. Answer no if you have a dedicated video
50 memory, or don't use any of the accelerated features.
51
52