Kconfig (a940daa52167e9db8ecce82213813b735a9d9f23) Kconfig (b7ba90ac14c1ce047e8e4ad308779d5fcdca9dca)
1# SPDX-License-Identifier: GPL-2.0-only
2config OMAP2_VRFB
3 bool
4
5menuconfig 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
1# SPDX-License-Identifier: GPL-2.0-only
2config OMAP2_VRFB
3 bool
4
5menuconfig 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_CFB_FILLRECT
14 select FB_CFB_COPYAREA
15 select FB_CFB_IMAGEBLIT
13 select FB_IOMEM_HELPERS
16 help
17 Frame buffer driver for OMAP2+ based boards.
18
19if FB_OMAP2
20
21config FB_OMAP2_DEBUG_SUPPORT
22 bool "Debug support for OMAP2+ FB"
23 default y

--- 18 unchanged lines hidden ---
14 help
15 Frame buffer driver for OMAP2+ based boards.
16
17if FB_OMAP2
18
19config FB_OMAP2_DEBUG_SUPPORT
20 bool "Debug support for OMAP2+ FB"
21 default y

--- 18 unchanged lines hidden ---