hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/video/fbdev/omap/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config FB_OMAP
23 tristate "OMAP frame buffer support"
34 depends on FB
....@@ -6,7 +7,7 @@
67 select FB_CFB_COPYAREA
78 select FB_CFB_IMAGEBLIT
89 help
9
- Frame buffer driver for OMAP based boards.
10
+ Frame buffer driver for OMAP based boards.
1011
1112 config FB_OMAP_LCDC_EXTERNAL
1213 bool "External LCD controller support"
....@@ -49,13 +50,11 @@
4950 H3 board.
5051
5152 config FB_OMAP_DMA_TUNE
52
- bool "Set DMA SDRAM access priority high"
53
- depends on FB_OMAP
54
- help
55
- On systems in which video memory is in system memory
56
- (SDRAM) this will speed up graphics DMA operations.
57
- If you have such a system and want to use rotation
58
- answer yes. Answer no if you have a dedicated video
59
- memory, or don't use any of the accelerated features.
60
-
61
-
53
+ bool "Set DMA SDRAM access priority high"
54
+ depends on FB_OMAP
55
+ help
56
+ On systems in which video memory is in system memory
57
+ (SDRAM) this will speed up graphics DMA operations.
58
+ If you have such a system and want to use rotation
59
+ answer yes. Answer no if you have a dedicated video
60
+ memory, or don't use any of the accelerated features.