.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config FB_OMAP |
---|
2 | 3 | tristate "OMAP frame buffer support" |
---|
3 | 4 | depends on FB |
---|
.. | .. |
---|
6 | 7 | select FB_CFB_COPYAREA |
---|
7 | 8 | select FB_CFB_IMAGEBLIT |
---|
8 | 9 | help |
---|
9 | | - Frame buffer driver for OMAP based boards. |
---|
| 10 | + Frame buffer driver for OMAP based boards. |
---|
10 | 11 | |
---|
11 | 12 | config FB_OMAP_LCDC_EXTERNAL |
---|
12 | 13 | bool "External LCD controller support" |
---|
.. | .. |
---|
49 | 50 | H3 board. |
---|
50 | 51 | |
---|
51 | 52 | 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. |
---|