blob: 3def53669245ca7236fbd1b8be592c8012c6f151 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#
# S3C Video configuration
#
config FB_S5P_EXTDSP
tristate "S5P External Display Framebuffer support"
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
depends on FB && (((ARCH_S5PV210 || ARCH_EXYNOS4) && !FB_S3C) ||ARCH_EXYNOS5)
default n
help
This enables support for Samsung External Display Controller
config FB_S5P_EXTDSP_DEBUG
bool "S5P External Display Framebuffer debug messages"
depends on FB_S5P_EXTDSP
config FB_S5P_EXTDSP_NR_BUFFERS
int "Number of external display frame buffers (1-3)"
depends on FB_S5P_EXTDSP
default "2"
help
This indicates the number of buffers for pan display,
1 means no pan display and
2 means the double size of video buffer will be allocated for default window
|