Kconfig 368 B

12345678910111213141516171819202122
  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. endif # EXYNOS_VIDEO