1config DRM_ROCKCHIP 2 tristate "DRM Support for Rockchip" 3 depends on DRM && ROCKCHIP_IOMMU 4 select DRM_GEM_CMA_HELPER 5 select DRM_KMS_HELPER 6 select DRM_PANEL 7 select VIDEOMODE_HELPERS 8 help 9 Choose this option if you have a Rockchip soc chipset. 10 This driver provides kernel mode setting and buffer 11 management to userspace. This driver does not provide 12 2D or 3D acceleration; acceleration is performed by other 13 IP found on the SoC. 14 15config ROCKCHIP_ANALOGIX_DP 16 tristate "Rockchip specific extensions for Analogix DP driver" 17 depends on DRM_ROCKCHIP 18 select DRM_ANALOGIX_DP 19 help 20 This selects support for Rockchip SoC specific extensions 21 for the Analogix Core DP driver. If you want to enable DP 22 on RK3288 based SoC, you should selet this option. 23 24config ROCKCHIP_CDN_DP 25 tristate "Rockchip cdn DP" 26 depends on DRM_ROCKCHIP 27 depends on EXTCON 28 select SND_SOC_HDMI_CODEC if SND_SOC 29 help 30 This selects support for Rockchip SoC specific extensions 31 for the cdn DP driver. If you want to enable Dp on 32 RK3399 based SoC, you should select this 33 option. 34 35config ROCKCHIP_DW_HDMI 36 tristate "Rockchip specific extensions for Synopsys DW HDMI" 37 depends on DRM_ROCKCHIP 38 select DRM_DW_HDMI 39 help 40 This selects support for Rockchip SoC specific extensions 41 for the Synopsys DesignWare HDMI driver. If you want to 42 enable HDMI on RK3288 based SoC, you should selet this 43 option. 44 45config ROCKCHIP_DW_MIPI_DSI 46 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI" 47 depends on DRM_ROCKCHIP 48 select DRM_MIPI_DSI 49 help 50 This selects support for Rockchip SoC specific extensions 51 for the Synopsys DesignWare HDMI driver. If you want to 52 enable MIPI DSI on RK3288 based SoC, you should selet this 53 option. 54 55config ROCKCHIP_INNO_HDMI 56 tristate "Rockchip specific extensions for Innosilicon HDMI" 57 depends on DRM_ROCKCHIP 58 help 59 This selects support for Rockchip SoC specific extensions 60 for the Innosilicon HDMI driver. If you want to enable 61 HDMI on RK3036 based SoC, you should select this option. 62