You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
871 B
38 lines
871 B
4 months ago
|
#+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
menuconfig SOCT_HDMITX_SUPPORT
|
||
|
tristate "HDMITX Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
|
||
|
config SOCT_HDMI2_0TX_SUPPORT
|
||
|
bool "V2.0 Support"
|
||
|
depends on SOCT_HDMITX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMI2_1TX_SUPPORT
|
||
|
bool "V2.1 Support"
|
||
|
depends on SOCT_HDMI2_0TX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
menuconfig SOCT_HDMITX_HDCP_SUPPORT
|
||
|
bool "HDCP Support"
|
||
|
depends on SOCT_HDMITX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMITX_HDCP1X_SUPPORT
|
||
|
bool "HDCP1X Support"
|
||
|
depends on SOCT_HDMITX_HDCP_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMITX_HDCP2X_SUPPORT
|
||
|
bool "HDCP2X Support"
|
||
|
depends on SOCT_HDMITX_HDCP_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMITX_CEC_SUPPORT
|
||
|
bool "CEC Support"
|
||
|
depends on SOCT_HDMITX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
#+++++++++++++++++++++++++++++++++++++++++++++++++++
|