Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 1 | menuconfig FB_OMAP2 |
| 2 | tristate "OMAP2/3 frame buffer support (EXPERIMENTAL)" |
| 3 | depends on FB && OMAP2_DSS |
| 4 | |
| 5 | select OMAP2_VRAM |
Senthilvadivu Guruswamy | 908482f | 2010-10-08 08:44:32 +0200 | [diff] [blame^] | 6 | select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 7 | select FB_CFB_FILLRECT |
| 8 | select FB_CFB_COPYAREA |
| 9 | select FB_CFB_IMAGEBLIT |
| 10 | help |
| 11 | Frame buffer driver for OMAP2/3 based boards. |
| 12 | |
| 13 | config FB_OMAP2_DEBUG_SUPPORT |
| 14 | bool "Debug support for OMAP2/3 FB" |
| 15 | default y |
| 16 | depends on FB_OMAP2 |
| 17 | help |
| 18 | Support for debug output. You have to enable the actual printing |
Tomi Valkeinen | 6059604 | 2010-01-14 15:12:47 +0200 | [diff] [blame] | 19 | with 'debug' module parameter. |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 20 | |
Tomi Valkeinen | b39a982d | 2009-08-04 16:12:50 +0300 | [diff] [blame] | 21 | config 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. |