blob: 83d3fe7ec9ae14c4a01dd41ee3d451c2b114e846 [file] [log] [blame]
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03001menuconfig FB_OMAP2
Tomi Valkeinen46fc1332011-08-22 09:30:44 +03002 tristate "OMAP2+ frame buffer support"
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03003 depends on FB && OMAP2_DSS
4
5 select OMAP2_VRAM
Senthilvadivu Guruswamy908482f2010-10-08 08:44:32 +02006 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +03007 select FB_CFB_FILLRECT
8 select FB_CFB_COPYAREA
9 select FB_CFB_IMAGEBLIT
10 help
Mayuresh Janorkar3f3aa062011-02-15 22:54:29 -060011 Frame buffer driver for OMAP2+ based boards.
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030012
13config FB_OMAP2_DEBUG_SUPPORT
Mayuresh Janorkar3f3aa062011-02-15 22:54:29 -060014 bool "Debug support for OMAP2+ FB"
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030015 default y
16 depends on FB_OMAP2
17 help
18 Support for debug output. You have to enable the actual printing
Tomi Valkeinen60596042010-01-14 15:12:47 +020019 with 'debug' module parameter.
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030020
Tomi Valkeinenb39a982d2009-08-04 16:12:50 +030021config FB_OMAP2_NUM_FBS
22 int "Number of framebuffers"
23 range 1 10
24 default 3
25 depends on FB_OMAP2
26 help
27 Select the number of framebuffers created. OMAP2/3 has 3 overlays
28 so normally this would be 3.