Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. config DRM_ROCKCHIP
  2. tristate "DRM Support for Rockchip"
  3. depends on DRM && ROCKCHIP_IOMMU
  4. depends on RESET_CONTROLLER
  5. select DRM_KMS_HELPER
  6. select DRM_KMS_FB_HELPER
  7. select DRM_PANEL
  8. select FB_CFB_FILLRECT
  9. select FB_CFB_COPYAREA
  10. select FB_CFB_IMAGEBLIT
  11. select VIDEOMODE_HELPERS
  12. help
  13. Choose this option if you have a Rockchip soc chipset.
  14. This driver provides kernel mode setting and buffer
  15. management to userspace. This driver does not provide
  16. 2D or 3D acceleration; acceleration is performed by other
  17. IP found on the SoC.
  18. config ROCKCHIP_ANALOGIX_DP
  19. tristate "Rockchip specific extensions for Analogix DP driver"
  20. depends on DRM_ROCKCHIP
  21. select DRM_ANALOGIX_DP
  22. help
  23. This selects support for Rockchip SoC specific extensions
  24. for the Analogix Core DP driver. If you want to enable DP
  25. on RK3288 based SoC, you should selet this option.
  26. config ROCKCHIP_DW_HDMI
  27. tristate "Rockchip specific extensions for Synopsys DW HDMI"
  28. depends on DRM_ROCKCHIP
  29. select DRM_DW_HDMI
  30. help
  31. This selects support for Rockchip SoC specific extensions
  32. for the Synopsys DesignWare HDMI driver. If you want to
  33. enable HDMI on RK3288 based SoC, you should selet this
  34. option.
  35. config ROCKCHIP_DW_MIPI_DSI
  36. tristate "Rockchip specific extensions for Synopsys DW MIPI DSI"
  37. depends on DRM_ROCKCHIP
  38. select DRM_MIPI_DSI
  39. help
  40. This selects support for Rockchip SoC specific extensions
  41. for the Synopsys DesignWare HDMI driver. If you want to
  42. enable MIPI DSI on RK3288 based SoC, you should selet this
  43. option.
  44. config 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.