Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. config 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. config ROCKCHIP_ANALOGIX_DP
  15. tristate "Rockchip specific extensions for Analogix DP driver"
  16. depends on DRM_ROCKCHIP
  17. select DRM_ANALOGIX_DP
  18. help
  19. This selects support for Rockchip SoC specific extensions
  20. for the Analogix Core DP driver. If you want to enable DP
  21. on RK3288 based SoC, you should selet this option.
  22. config ROCKCHIP_DW_HDMI
  23. tristate "Rockchip specific extensions for Synopsys DW HDMI"
  24. depends on DRM_ROCKCHIP
  25. select DRM_DW_HDMI
  26. help
  27. This selects support for Rockchip SoC specific extensions
  28. for the Synopsys DesignWare HDMI driver. If you want to
  29. enable HDMI on RK3288 based SoC, you should selet this
  30. option.
  31. config ROCKCHIP_DW_MIPI_DSI
  32. tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
  33. depends on DRM_ROCKCHIP
  34. select DRM_MIPI_DSI
  35. help
  36. This selects support for Rockchip SoC specific extensions
  37. for the Synopsys DesignWare HDMI driver. If you want to
  38. enable MIPI DSI on RK3288 based SoC, you should selet this
  39. option.
  40. config ROCKCHIP_INNO_HDMI
  41. tristate "Rockchip specific extensions for Innosilicon HDMI"
  42. depends on DRM_ROCKCHIP
  43. help
  44. This selects support for Rockchip SoC specific extensions
  45. for the Innosilicon HDMI driver. If you want to enable
  46. HDMI on RK3036 based SoC, you should select this option.