menu "HDMI TX Support"

config AML_HDMI_TX_20
        bool "HDMI 2.0 Output Enable"
        default n
        select SWITCH
        select AM_DISPLAY_MODULE
        help  
                hdmi 2.0 output enable. It should be enalbe if board have hdmi 2.0 out interface

config AML_HDMI_TX
        bool "HDMI 1.4 Output Enable"
        default y
        select SWITCH
        select AM_DISPLAY_MODULE
        help
                hdmi 1.4 output enable, It should be enalbe if board have hdmi 1.4 out interface

if AML_HDMI_TX || AML_HDMI_TX_20
config AML_HDMI_TX_HDCP
        bool "HDMI HDCP Enable"
        default n
        help
                hdmitx hdcp enable, it should be enalbe if board burned hdmitx hdcp keys
endif

endmenu
