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_MIPI_DSI 34 bool 35 36config DRM_ROCKCHIP_DW_MIPI_DSI 37 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI" 38 depends on DRM_ROCKCHIP 39 select DRM_ROCKCHIP_MIPI_DSI 40 select DRM_ROCKCHIP_PANEL 41 help 42 This selects support for Rockchip SoC specific extensions 43 for the Synopsys DesignWare HDMI driver. If you want to 44 enable MIPI DSI on RK3288 based SoC, you should selet this 45 option. 46 47config DRM_ROCKCHIP_ANALOGIX_DP 48 bool "Rockchip specific extensions for Analogix DP driver" 49 depends on DRM_ROCKCHIP 50 select DRM_ROCKCHIP_PANEL 51 help 52 This selects support for Rockchip SoC specific extensions 53 for the Analogix Core DP driver. If you want to enable DP 54 on RK3288 based SoC, you should selet this option. 55 56config DRM_ROCKCHIP_LVDS 57 bool "Rockchip LVDS Support" 58 depends on DRM_ROCKCHIP 59 select DRM_ROCKCHIP_PANEL 60 help 61 Choose this option to enable support for Rockchip LVDS controllers. 62 Rockchip rk3288 SoC has LVDS TX Controller can be used, and it 63 support LVDS, rgb, dual LVDS output mode. say Y to enable its 64 driver. 65 66config DRM_ROCKCHIP_RGB 67 bool "Rockchip RGB Support" 68 depends on DRM_ROCKCHIP 69 select DRM_ROCKCHIP_PANEL 70 help 71 Choose this option to enable support for Rockchip RGB driver. 72 say Y to enable its driver. 73 74config DRM_ROCKCHIP_RK618 75 bool "Rockchip RK618 display bridge driver" 76 depends on DRM_ROCKCHIP 77 select DRM_ROCKCHIP_PANEL 78 select VIDEO_BRIDGE 79 help 80 Choose this option to enable support for Rockchip RK618 display 81 bridge chips driver. say Y to enable its driver. 82 83config ROCKCHIP_DRM_TVE 84 bool "Rockchip TVE Support" 85 depends on DRM_ROCKCHIP 86 help 87 Choose this option to enable support for Rockchip TVE. 88 Rockchip rk322x and rk322xh SoC has TVE can be used, and 89 say Y to enable TVE driver. 90