drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git] / drivers / video / fbdev / omap2 / omapfb / Kconfig
blobf4cdf999a0801cc9e865861abc7884a31021d446
1 # SPDX-License-Identifier: GPL-2.0-only
2 config OMAP2_VRFB
3         bool
5 menuconfig FB_OMAP2
6         tristate "OMAP2+ frame buffer support"
7         depends on FB
8         depends on FB_DEVICE
9         depends on DRM_OMAP = n
10         depends on GPIOLIB
11         select FB_OMAP2_DSS
12         select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
13         select FB_IOMEM_HELPERS
14         help
15           Frame buffer driver for OMAP2+ based boards.
17 if FB_OMAP2
19 config FB_OMAP2_DEBUG_SUPPORT
20         bool "Debug support for OMAP2+ FB"
21         default y
22         depends on FB_OMAP2
23         help
24           Support for debug output. You have to enable the actual printing
25           with 'debug' module parameter.
27 config FB_OMAP2_NUM_FBS
28         int "Number of framebuffers"
29         range 1 10
30         default 3
31         depends on FB_OMAP2
32         help
33           Select the number of framebuffers created. OMAP2/3 has 3 overlays
34           so normally this would be 3.
36 source "drivers/video/fbdev/omap2/omapfb/dss/Kconfig"
37 source "drivers/video/fbdev/omap2/omapfb/displays/Kconfig"
39 endif