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.
1 parent c327479 commit 0f53f2dCopy full SHA for 0f53f2d
drivers/gpu/drm/arm/Kconfig
@@ -3,7 +3,7 @@ menu "ARM devices"
3
4
config DRM_HDLCD
5
tristate "ARM HDLCD"
6
- depends on DRM && OF && (ARM || ARM64)
+ depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
7
depends on COMMON_CLK
8
select DRM_KMS_HELPER
9
select DRM_KMS_CMA_HELPER
@@ -24,7 +24,7 @@ config DRM_HDLCD_SHOW_UNDERRUN
24
25
config DRM_MALI_DISPLAY
26
tristate "ARM Mali Display Processor"
27
28
29
30
0 commit comments