Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / drivers / video / fbdev / exynos / Kconfig
blobd916bef94f25e50ea7807ef9d377a4a47c2896fb
2 # Exynos Video configuration
5 menuconfig EXYNOS_VIDEO
6         tristate "Exynos Video driver support"
7         depends on ARCH_S5PV210 || ARCH_EXYNOS
8         help
9           This enables support for EXYNOS Video device.
11 if EXYNOS_VIDEO
14 # MIPI DSI driver
17 config EXYNOS_MIPI_DSI
18         tristate "EXYNOS MIPI DSI driver support."
19         select GENERIC_PHY
20         help
21           This enables support for MIPI-DSI device.
23 config EXYNOS_LCD_S6E8AX0
24         tristate "S6E8AX0 MIPI AMOLED LCD Driver"
25         depends on EXYNOS_MIPI_DSI && BACKLIGHT_CLASS_DEVICE
26         depends on (LCD_CLASS_DEVICE = y)
27         default n
28         help
29           If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its
30           LCD control driver.
32 endif # EXYNOS_VIDEO