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_DW_HDMI 25 tristate "Rockchip specific extensions for Synopsys DW HDMI" 26 depends on DRM_ROCKCHIP 27 select DRM_DW_HDMI 28 help 29 This selects support for Rockchip SoC specific extensions 30 for the Synopsys DesignWare HDMI driver. If you want to 31 enable HDMI on RK3288 based SoC, you should selet this 32 option. 33 34config ROCKCHIP_DW_MIPI_DSI 35 tristate "Rockchip specific extensions for Synopsys DW MIPI DSI" 36 depends on DRM_ROCKCHIP 37 select DRM_MIPI_DSI 38 help 39 This selects support for Rockchip SoC specific extensions 40 for the Synopsys DesignWare HDMI driver. If you want to 41 enable MIPI DSI on RK3288 based SoC, you should selet this 42 option. 43 44config ROCKCHIP_INNO_HDMI 45 tristate "Rockchip specific extensions for Innosilicon HDMI" 46 depends on DRM_ROCKCHIP 47 help 48 This selects support for Rockchip SoC specific extensions 49 for the Innosilicon HDMI driver. If you want to enable 50 HDMI on RK3036 based SoC, you should select this option. 51