hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/video/fbdev/omap2/omapfb/Kconfig
....@@ -1,24 +1,25 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config OMAP2_VRFB
23 bool
34
45 menuconfig FB_OMAP2
5
- tristate "OMAP2+ frame buffer support"
6
- depends on FB
7
- depends on DRM_OMAP = n
6
+ tristate "OMAP2+ frame buffer support"
7
+ depends on FB
8
+ depends on DRM_OMAP = n
89 depends on GPIOLIB
910
10
- select FB_OMAP2_DSS
11
+ select FB_OMAP2_DSS
1112 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
12
- select FB_CFB_FILLRECT
13
- select FB_CFB_COPYAREA
14
- select FB_CFB_IMAGEBLIT
15
- help
13
+ select FB_CFB_FILLRECT
14
+ select FB_CFB_COPYAREA
15
+ select FB_CFB_IMAGEBLIT
16
+ help
1617 Frame buffer driver for OMAP2+ based boards.
1718
1819 if FB_OMAP2
1920
2021 config FB_OMAP2_DEBUG_SUPPORT
21
- bool "Debug support for OMAP2+ FB"
22
+ bool "Debug support for OMAP2+ FB"
2223 default y
2324 depends on FB_OMAP2
2425 help