Kconfig 694 B

123456789101112131415161718192021222324252627282930
  1. # HDMI
  2. config CUSTOM_KERNEL_HDMI
  3. string "CUSTOM_KERNEL_HDMI"
  4. help
  5. Kernel sapce mhl driver
  6. config MTK_HDMI_SUPPORT
  7. bool "MTK_HDMI_SUPPORT"
  8. default n
  9. help
  10. To control whether enable or disable HDMI feature. If choose yes,
  11. phone's screen can be demonstrated on TV via HDMI cable.
  12. config MTK_MT8193_HDMI_SUPPORT
  13. bool "MTK_MT8193_HDMI_SUPPORT"
  14. depends on MTK_HDMI_SUPPORT
  15. depends on MTK_MT8193_SUPPORT
  16. config MTK_INTERNAL_HDMI_SUPPORT
  17. bool "MTK_INTERNAL_HDMI_SUPPORT"
  18. default n
  19. depends on MTK_HDMI_SUPPORT
  20. help
  21. Enable the Internal HDMI Support
  22. config MTK_HDMI_HDCP_SUPPORT
  23. bool "MTK_HDMI_HDCP_SUPPORT"
  24. depends on MTK_HDMI_SUPPORT
  25. help
  26. Enable hdmi tx hdcp support