Kconfig 571 B

1234567891011121314151617
  1. config DRM_ROCKCHIP
  2. tristate "DRM Support for Rockchip"
  3. depends on DRM && ROCKCHIP_IOMMU
  4. select DRM_KMS_HELPER
  5. select DRM_KMS_FB_HELPER
  6. select DRM_PANEL
  7. select FB_CFB_FILLRECT
  8. select FB_CFB_COPYAREA
  9. select FB_CFB_IMAGEBLIT
  10. select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
  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.