xref: /linux/drivers/video/fbdev/omap2/omapfb/Kconfig (revision f7018c21350204c4cf628462f229d44d03545254)
1*f7018c21STomi Valkeinenmenuconfig FB_OMAP2
2*f7018c21STomi Valkeinen        tristate "OMAP2+ frame buffer support"
3*f7018c21STomi Valkeinen        depends on FB && OMAP2_DSS && !DRM_OMAP
4*f7018c21STomi Valkeinen
5*f7018c21STomi Valkeinen	select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
6*f7018c21STomi Valkeinen        select FB_CFB_FILLRECT
7*f7018c21STomi Valkeinen        select FB_CFB_COPYAREA
8*f7018c21STomi Valkeinen        select FB_CFB_IMAGEBLIT
9*f7018c21STomi Valkeinen        help
10*f7018c21STomi Valkeinen	  Frame buffer driver for OMAP2+ based boards.
11*f7018c21STomi Valkeinen
12*f7018c21STomi Valkeinenconfig FB_OMAP2_DEBUG_SUPPORT
13*f7018c21STomi Valkeinen        bool "Debug support for OMAP2+ FB"
14*f7018c21STomi Valkeinen	default y
15*f7018c21STomi Valkeinen	depends on FB_OMAP2
16*f7018c21STomi Valkeinen	help
17*f7018c21STomi Valkeinen	  Support for debug output. You have to enable the actual printing
18*f7018c21STomi Valkeinen	  with 'debug' module parameter.
19*f7018c21STomi Valkeinen
20*f7018c21STomi Valkeinenconfig FB_OMAP2_NUM_FBS
21*f7018c21STomi Valkeinen	int "Number of framebuffers"
22*f7018c21STomi Valkeinen	range 1 10
23*f7018c21STomi Valkeinen	default 3
24*f7018c21STomi Valkeinen	depends on FB_OMAP2
25*f7018c21STomi Valkeinen	help
26*f7018c21STomi Valkeinen	  Select the number of framebuffers created. OMAP2/3 has 3 overlays
27*f7018c21STomi Valkeinen	  so normally this would be 3.
28