Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 1 | menuconfig FB_OMAP2 |
Tomi Valkeinen | 46fc133 | 2011-08-22 09:30:44 +0300 | [diff] [blame] | 2 | tristate "OMAP2+ frame buffer support" |
Rob Clark | cd5351f | 2011-11-12 12:09:40 -0600 | [diff] [blame] | 3 | depends on FB && OMAP2_DSS && !DRM_OMAP |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 4 | |
Senthilvadivu Guruswamy | 908482f | 2010-10-08 08:44:32 +0200 | [diff] [blame] | 5 | select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 6 | select FB_CFB_FILLRECT |
| 7 | select FB_CFB_COPYAREA |
| 8 | select FB_CFB_IMAGEBLIT |
| 9 | help |
Mayuresh Janorkar | 3f3aa06 | 2011-02-15 22:54:29 -0600 | [diff] [blame] | 10 | Frame buffer driver for OMAP2+ based boards. |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 11 | |
| 12 | config FB_OMAP2_DEBUG_SUPPORT |
Mayuresh Janorkar | 3f3aa06 | 2011-02-15 22:54:29 -0600 | [diff] [blame] | 13 | bool "Debug support for OMAP2+ FB" |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 14 | default y |
| 15 | depends on FB_OMAP2 |
| 16 | help |
| 17 | Support for debug output. You have to enable the actual printing |
Tomi Valkeinen | 6059604 | 2010-01-14 15:12:47 +0200 | [diff] [blame] | 18 | with 'debug' module parameter. |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 19 | |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 20 | config 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. |