1menuconfig DRM_ROCKCHIP 2 bool "Rockchip DRM Support" 3 depends on DM_VIDEO && OF_LIVE 4 help 5 Rockchip SoCs provide video output capabilities for High-Definition 6 Multimedia Interface (HDMI), Low-voltage Differential Signalling 7 (LVDS), embedded DisplayPort (eDP) and Display Serial Interface (DSI). 8 9 This driver supports the on-chip video output device, and targets the 10 Rockchip RK3288 and RK3399. 11 12config DRM_ROCKCHIP_PANEL 13 bool "Rockchip Panel Support" 14 select DRM_ROCKCHIP_MIPI_DSI 15 16config DRM_ROCKCHIP_DW_HDMI 17 bool "Rockchip specific extensions for Synopsys DW HDMI" 18 depends on DRM_ROCKCHIP 19 help 20 This selects support for Rockchip SoC specific extensions 21 for the Synopsys DesignWare HDMI driver. If you want to 22 enable HDMI on, you should selet this option. 23 24config DRM_ROCKCHIP_MIPI_DSI 25 bool 26 27config DRM_ROCKCHIP_DW_MIPI_DSI 28 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI" 29 depends on DRM_ROCKCHIP 30 select DRM_ROCKCHIP_MIPI_DSI 31 select DRM_ROCKCHIP_PANEL 32 help 33 This selects support for Rockchip SoC specific extensions 34 for the Synopsys DesignWare HDMI driver. If you want to 35 enable MIPI DSI on RK3288 based SoC, you should selet this 36 option. 37 38config DRM_ROCKCHIP_ANALOGIX_DP 39 bool "Rockchip specific extensions for Analogix DP driver" 40 depends on DRM_ROCKCHIP 41 select DRM_ROCKCHIP_PANEL 42 help 43 This selects support for Rockchip SoC specific extensions 44 for the Analogix Core DP driver. If you want to enable DP 45 on RK3288 based SoC, you should selet this option. 46 47config DRM_ROCKCHIP_LVDS 48 bool "Rockchip LVDS Support" 49 depends on DRM_ROCKCHIP 50 select DRM_ROCKCHIP_PANEL 51 help 52 Choose this option to enable support for Rockchip LVDS controllers. 53 Rockchip rk3288 SoC has LVDS TX Controller can be used, and it 54 support LVDS, rgb, dual LVDS output mode. say Y to enable its 55 driver. 56 57config DRM_ROCKCHIP_RGB 58 bool "Rockchip RGB Support" 59 depends on DRM_ROCKCHIP 60 select DRM_ROCKCHIP_PANEL 61 help 62 Choose this option to enable support for Rockchip RGB driver. 63 say Y to enable its driver. 64