Kconfig (119f5173628aa7a0c3cf9db83460d40709e8241d) | Kconfig (2e54c14e310f655bb0915413e8e4a3da67c78a66) |
---|---|
1config DRM_MEDIATEK 2 tristate "DRM Support for Mediatek SoCs" 3 depends on DRM 4 depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST) 5 select DRM_GEM_CMA_HELPER 6 select DRM_KMS_HELPER | 1config DRM_MEDIATEK 2 tristate "DRM Support for Mediatek SoCs" 3 depends on DRM 4 depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST) 5 select DRM_GEM_CMA_HELPER 6 select DRM_KMS_HELPER |
7 select DRM_MIPI_DSI 8 select DRM_PANEL |
|
7 select IOMMU_DMA 8 select MEMORY 9 select MTK_SMI 10 help 11 Choose this option if you have a Mediatek SoCs. 12 The module will be called mediatek-drm 13 This driver provides kernel mode setting and 14 buffer management to userspace. | 9 select IOMMU_DMA 10 select MEMORY 11 select MTK_SMI 12 help 13 Choose this option if you have a Mediatek SoCs. 14 The module will be called mediatek-drm 15 This driver provides kernel mode setting and 16 buffer management to userspace. |