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.
23 lines
593 B
23 lines
593 B
7 months ago
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
menuconfig SOCT_HDMIRX_SUPPORT
|
||
|
tristate "HDMIRX Support"
|
||
|
default y if SOCT_DRV_BUILDIN
|
||
|
default m
|
||
|
|
||
|
config SOCT_HDMI2_0RX_SUPPORT
|
||
|
bool "V2.0 Support"
|
||
|
depends on SOCT_HDMIRX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMI2_1RX_SUPPORT
|
||
|
bool "V2.1 Support"
|
||
|
depends on SOCT_HDMI2_0RX_SUPPORT
|
||
|
default y
|
||
|
|
||
|
config SOCT_HDMIRX_HDCP2X_SUPPORT
|
||
|
bool "HDCP2X Support"
|
||
|
depends on SOCT_HDMIRX_SUPPORT && (SOCT_HDMI2_0RX_SUPPORT || SOCT_HDMI2_1RX_SUPPORT)
|
||
|
default y
|
||
|
|
||
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++
|