Skip to content

Commit 0f53f2d

Browse files
committed
drm/arm: Kconfig annotate drivers as COMPILE_TEST
Add the COMPILE_TEST conditional, so that people can at least build test the drivers. Cc: Liviu Dudau <[email protected]> Cc: Brian Starkey <[email protected]> Cc: Mali DP Maintainers <[email protected]> Cc: [email protected] Signed-off-by: Emil Velikov <[email protected]> Tested-by: Liviu Dudau <[email protected]> Acked-by: Liviu Dudau <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c327479 commit 0f53f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/arm/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "ARM devices"
33

44
config DRM_HDLCD
55
tristate "ARM HDLCD"
6-
depends on DRM && OF && (ARM || ARM64)
6+
depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
77
depends on COMMON_CLK
88
select DRM_KMS_HELPER
99
select DRM_KMS_CMA_HELPER
@@ -24,7 +24,7 @@ config DRM_HDLCD_SHOW_UNDERRUN
2424

2525
config DRM_MALI_DISPLAY
2626
tristate "ARM Mali Display Processor"
27-
depends on DRM && OF && (ARM || ARM64)
27+
depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
2828
depends on COMMON_CLK
2929
select DRM_KMS_HELPER
3030
select DRM_KMS_CMA_HELPER

0 commit comments

Comments
 (0)