Kconfig 748 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Exynos Video configuration
  3. #
  4. menuconfig EXYNOS_VIDEO
  5. bool "Exynos Video driver support"
  6. help
  7. This enables support for EXYNOS Video device.
  8. if EXYNOS_VIDEO
  9. #
  10. # MIPI DSI driver
  11. #
  12. config EXYNOS_MIPI_DSI
  13. bool "EXYNOS MIPI DSI driver support."
  14. depends on ARCH_S5PV210 || ARCH_EXYNOS
  15. help
  16. This enables support for MIPI-DSI device.
  17. config EXYNOS_LCD_S6E8AX0
  18. bool "S6E8AX0 MIPI AMOLED LCD Driver"
  19. depends on (EXYNOS_MIPI_DSI && BACKLIGHT_CLASS_DEVICE && LCD_CLASS_DEVICE)
  20. default n
  21. help
  22. If you have an S6E8AX0 MIPI AMOLED LCD Panel, say Y to enable its
  23. LCD control driver.
  24. config EXYNOS_DP
  25. bool "EXYNOS DP driver support"
  26. depends on ARCH_EXYNOS
  27. default n
  28. help
  29. This enables support for DP device.
  30. endif # EXYNOS_VIDEO