Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. bool "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_CDN_DP
  23. bool "Rockchip cdn DP"
  24. depends on DRM_ROCKCHIP
  25. depends on EXTCON
  26. select SND_SOC_HDMI_CODEC if SND_SOC
  27. help
  28. This selects support for Rockchip SoC specific extensions
  29. for the cdn DP driver. If you want to enable Dp on
  30. RK3399 based SoC, you should select this
  31. option.
  32. config ROCKCHIP_DW_HDMI
  33. bool "Rockchip specific extensions for Synopsys DW HDMI"
  34. depends on DRM_ROCKCHIP
  35. select DRM_DW_HDMI
  36. help
  37. This selects support for Rockchip SoC specific extensions
  38. for the Synopsys DesignWare HDMI driver. If you want to
  39. enable HDMI on RK3288 based SoC, you should selet this
  40. option.
  41. config ROCKCHIP_DW_MIPI_DSI
  42. bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
  43. depends on DRM_ROCKCHIP
  44. select DRM_MIPI_DSI
  45. help
  46. This selects support for Rockchip SoC specific extensions
  47. for the Synopsys DesignWare HDMI driver. If you want to
  48. enable MIPI DSI on RK3288 based SoC, you should selet this
  49. option.
  50. config ROCKCHIP_INNO_HDMI
  51. bool "Rockchip specific extensions for Innosilicon HDMI"
  52. depends on DRM_ROCKCHIP
  53. help
  54. This selects support for Rockchip SoC specific extensions
  55. for the Innosilicon HDMI driver. If you want to enable
  56. HDMI on RK3036 based SoC, you should select this option.