blob: a2cf752aac0393e7687f6a1d1084af97eab39be1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
menuconfig VIDEO_EXYNOS
bool "Enable Exynos video support"
depends on VIDEO
help
Enable support for various video output options on Exynos SoCs.
if VIDEO_EXYNOS
config EXYNOS_DP
bool "Exynos Display Port support"
config EXYNOS_FB
bool "Exynos FIMD support"
imply VIDEO_DAMAGE
config EXYNOS_MIPI_DSIM
bool "Exynos MIPI DSI support"
depends on EXYNOS_FB
endif
|