treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / video / fbdev / omap2 / omapfb / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
5ca28914
TV
2config OMAP2_VRFB
3 bool
4
b39a982d 5menuconfig FB_OMAP2
a4bd2525
EWI
6 tristate "OMAP2+ frame buffer support"
7 depends on FB
8 depends on DRM_OMAP = n
85ebd164 9 depends on GPIOLIB
b39a982d 10
a4bd2525 11 select FB_OMAP2_DSS
908482fd 12 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
a4bd2525
EWI
13 select FB_CFB_FILLRECT
14 select FB_CFB_COPYAREA
15 select FB_CFB_IMAGEBLIT
16 help
3f3aa06c 17 Frame buffer driver for OMAP2+ based boards.
b39a982d 18
f3dab1e3
TV
19if FB_OMAP2
20
b39a982d 21config FB_OMAP2_DEBUG_SUPPORT
a4bd2525 22 bool "Debug support for OMAP2+ FB"
b39a982d
TV
23 default y
24 depends on FB_OMAP2
25 help
26 Support for debug output. You have to enable the actual printing
60596045 27 with 'debug' module parameter.
b39a982d 28
b39a982d
TV
29config FB_OMAP2_NUM_FBS
30 int "Number of framebuffers"
31 range 1 10
32 default 3
33 depends on FB_OMAP2
34 help
35 Select the number of framebuffers created. OMAP2/3 has 3 overlays
36 so normally this would be 3.
f3dab1e3
TV
37
38source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"
39source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
40
41endif