blob: 4cb12ce68855ae998644a8454e8802494173659a [file] [log] [blame]
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03001menuconfig FB_OMAP2
Tomi Valkeinen46fc133f2011-08-22 09:30:44 +03002 tristate "OMAP2+ frame buffer support"
Rob Clarkcd5351f2011-11-12 12:09:40 -06003 depends on FB && OMAP2_DSS && !DRM_OMAP
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03004
Senthilvadivu Guruswamy908482fd2010-10-08 08:44:32 +02005 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03006 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
9 help
Mayuresh Janorkar3f3aa062011-02-15 22:54:29 -060010 Frame buffer driver for OMAP2+ based boards.
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030011
12config FB_OMAP2_DEBUG_SUPPORT
Mayuresh Janorkar3f3aa062011-02-15 22:54:29 -060013 bool "Debug support for OMAP2+ FB"
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030014 default y
15 depends on FB_OMAP2
16 help
17 Support for debug output. You have to enable the actual printing
Tomi Valkeinen60596042010-01-14 15:12:47 +020018 with 'debug' module parameter.
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030019
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030020config FB_OMAP2_NUM_FBS
21 int "Number of framebuffers"
22 range 1 10
23 default 3
24 depends on FB_OMAP2
25 help
26 Select the number of framebuffers created. OMAP2/3 has 3 overlays
27 so normally this would be 3.