We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3beef5 + 306d674 commit 93b1f14Copy full SHA for 93b1f14
drivers/gpu/drm/mediatek/Kconfig
@@ -2,6 +2,9 @@ config DRM_MEDIATEK
2
tristate "DRM Support for Mediatek SoCs"
3
depends on DRM
4
depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST)
5
+ depends on COMMON_CLK
6
+ depends on HAVE_ARM_SMCCC
7
+ depends on OF
8
select DRM_GEM_CMA_HELPER
9
select DRM_KMS_HELPER
10
select DRM_MIPI_DSI
0 commit comments