1menuconfig DRM_ROCKCHIP 2 bool "Rockchip DRM Support" 3 depends on DM_VIDEO && OF_LIVE 4 select VIDEO_BRIDGE 5 help 6 Rockchip SoCs provide video output capabilities for High-Definition 7 Multimedia Interface (HDMI), Low-voltage Differential Signalling 8 (LVDS), embedded DisplayPort (eDP) and Display Serial Interface (DSI). 9 10 This driver supports the on-chip video output device, and targets the 11 Rockchip RK3288 and RK3399. 12 13config DRM_ROCKCHIP_PANEL 14 bool "Rockchip Panel Support" 15 select DRM_ROCKCHIP_MIPI_DSI 16 17config DRM_ROCKCHIP_DW_HDMI 18 bool "Rockchip specific extensions for Synopsys DW HDMI" 19 depends on DRM_ROCKCHIP 20 help 21 This selects support for Rockchip SoC specific extensions 22 for the Synopsys DesignWare HDMI driver. If you want to 23 enable HDMI on, you should selet this option. 24 25config ROCKCHIP_INNO_HDMI_PHY 26 bool "Rockchip specific extensions for INNO HDMI PHY" 27 depends on DRM_ROCKCHIP 28 help 29 This selects support for INNO HDMI PHY. If you want to 30 use HDMI or TVE in RK322XH or RK322X, you should selet 31 this option. 32 33config DRM_ROCKCHIP_INNO_VIDEO_COMBO_PHY 34 tristate "Rockchip INNO MIPI/LVDS/TTL PHY driver" 35 depends on DRM_ROCKCHIP 36 help 37 Enable this to support the Rockchip MIPI/LVDS/TTL PHY 38 with Innosilicon IP block. 39 40config DRM_ROCKCHIP_MIPI_DSI 41 bool 42 43config DRM_ROCKCHIP_DW_MIPI_DSI 44 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI" 45 depends on DRM_ROCKCHIP 46 select DRM_ROCKCHIP_MIPI_DSI 47 select DRM_ROCKCHIP_PANEL 48 help 49 This selects support for Rockchip SoC specific extensions 50 for the Synopsys DesignWare HDMI driver. If you want to 51 enable MIPI DSI on RK3288 based SoC, you should selet this 52 option. 53 54config DRM_ROCKCHIP_ANALOGIX_DP 55 bool "Rockchip specific extensions for Analogix DP driver" 56 depends on DRM_ROCKCHIP 57 select DRM_ROCKCHIP_PANEL 58 help 59 This selects support for Rockchip SoC specific extensions 60 for the Analogix Core DP driver. If you want to enable DP 61 on RK3288 based SoC, you should selet this option. 62 63config DRM_ROCKCHIP_LVDS 64 bool "Rockchip LVDS Support" 65 depends on DRM_ROCKCHIP 66 select DRM_ROCKCHIP_PANEL 67 help 68 Choose this option to enable support for Rockchip LVDS controllers. 69 Rockchip rk3288 SoC has LVDS TX Controller can be used, and it 70 support LVDS, rgb, dual LVDS output mode. say Y to enable its 71 driver. 72 73config DRM_ROCKCHIP_RGB 74 bool "Rockchip RGB Support" 75 depends on DRM_ROCKCHIP 76 select DRM_ROCKCHIP_PANEL 77 help 78 Choose this option to enable support for Rockchip RGB driver. 79 say Y to enable its driver. 80 81config DRM_ROCKCHIP_RK618 82 bool "Rockchip RK618 display bridge driver" 83 depends on DRM_ROCKCHIP 84 select DRM_ROCKCHIP_PANEL 85 select VIDEO_BRIDGE 86 help 87 Choose this option to enable support for Rockchip RK618 display 88 bridge chips driver. say Y to enable its driver. 89 90config ROCKCHIP_DRM_TVE 91 bool "Rockchip TVE Support" 92 depends on DRM_ROCKCHIP 93 help 94 Choose this option to enable support for Rockchip TVE. 95 Rockchip rk322x and rk322xh SoC has TVE can be used, and 96 say Y to enable TVE driver. 97