| # HDMI |
| config CUSTOM_KERNEL_HDMI |
| string "Select vendor driver" |
| help |
| To select vendor driver. |
| e.g:"Sii8348","ANX7805","ANX7625","MT8193" |
| |
| config MTK_HDMI_3D_SUPPORT |
| bool "Enable or disable HDMI 3D feature" |
| default n |
| help |
| To control whether enable or disable HDMI 3D feature. If choose yes, |
| phone's screen can show 3D content on TV via HDMI cable. |
| |
| config MTK_HDMI_HDCP_SUPPORT |
| bool "Enable hdmi tx hdcp support" |
| depends on MTK_HDMI_SUPPORT |
| help |
| Enable hdmi tx hdcp support |
| If choose yes, |
| screen can show on TV via HDMI and support hdcp. |
| else |
| do not support hdcp. |
| |
| config MTK_HDMI_PLATFORM |
| string "Select hdmi driver" |
| default "mt8696" |
| help |
| To select platform driver. |
| e.g:"mt8696" |
| |
| config MTK_HDMI_POLARITY_SWAP |
| bool "Enable hdmi polarity swap" |
| depends on MTK_HDMI_SUPPORT |
| help |
| Enable hdmi polarity |
| If choose yes, |
| hdmi will swap polarity of c0 and c2, |
| else |
| will not swap. |
| |
| config MTK_HDMI_SUPPORT |
| bool "Enable or disable HDMI feature" |
| default n |
| help |
| To control whether enable or disable HDMI feature. If choose yes, |
| phone's screen can be demonstrated on TV via HDMI cable. |
| |
| config MTK_INTERNAL_HDMI_SUPPORT |
| tristate "Enable the Internal HDMI Support" |
| default n |
| depends on MTK_HDMI_SUPPORT |
| help |
| Enable the Internal HDMI Support |
| If choose yes, |
| screen can show on TV via internal HDMI. |
| else |
| do not support HDMI. |
| |
| config MTK_MT8193_HDMI_SUPPORT |
| bool "Enable or disable MT8193 HDMI feature" |
| depends on MTK_HDMI_SUPPORT |
| depends on MTK_MT8193_SUPPORT |
| help |
| To control whether enable or disable MT8193 HDMI feature. |
| If choose yes, |
| screen can show on TV via MT8193. |
| else |
| do not support MT8193. |
| |
| config MTK_HDMI_SSC |
| bool "Enable hdmi SSC(Spread Spectrum Clock)" |
| depends on MTK_HDMI_SUPPORT |
| depends on DEVICE_MODULES_MTK_FREQ_HOPPING |
| help |
| Enable hdmi SSC |
| If choose yes, |
| hdmi will enable SSC, |
| else |
| will disable SSC. |