diff options
Diffstat (limited to 'drivers/video/fbdev/omap2/omapfb/Kconfig')
-rw-r--r-- | drivers/video/fbdev/omap2/omapfb/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/omapfb/Kconfig b/drivers/video/fbdev/omap2/omapfb/Kconfig new file mode 100644 index 000000000000..4cb12ce68855 --- /dev/null +++ b/drivers/video/fbdev/omap2/omapfb/Kconfig | |||
@@ -0,0 +1,27 @@ | |||
1 | menuconfig FB_OMAP2 | ||
2 | tristate "OMAP2+ frame buffer support" | ||
3 | depends on FB && OMAP2_DSS && !DRM_OMAP | ||
4 | |||
5 | select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 | ||
6 | select FB_CFB_FILLRECT | ||
7 | select FB_CFB_COPYAREA | ||
8 | select FB_CFB_IMAGEBLIT | ||
9 | help | ||
10 | Frame buffer driver for OMAP2+ based boards. | ||
11 | |||
12 | config FB_OMAP2_DEBUG_SUPPORT | ||
13 | bool "Debug support for OMAP2+ FB" | ||
14 | default y | ||
15 | depends on FB_OMAP2 | ||
16 | help | ||
17 | Support for debug output. You have to enable the actual printing | ||
18 | with 'debug' module parameter. | ||
19 | |||
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. | ||