Kconfig 478 B

123456789101112131415161718192021
  1. menu "Amlogic HDMI Support"
  2. config AML_HDMI_TX
  3. bool "HDMI output enable"
  4. default y
  5. select SWITCH
  6. select AM_DISPLAY_MODULE
  7. help
  8. hdmi output enable,It should be enalbe if board have hdmi out interface
  9. if AML_HDMI_TX
  10. config AML_HDMI_TX_HDCP
  11. tristate "HDMITX hdcp enable"
  12. default n
  13. help
  14. hdmitx hdcp enable,It should be enalbe if board have hdmitx hdcp key
  15. endif
  16. endmenu