Skip to content

Commit 4dc7c97

Browse files
keesdanvet
authored andcommitted
drm/pl111: depend on CONFIG_VEXPRESS_CONFIG
Avoid randconfig build failures by requiring VEXPRESS_CONFIG: aarch64-linux-gnu-ld: drivers/gpu/drm/pl111/pl111_versatile.o: in function `pl111_vexpress_clcd_init': pl111_versatile.c:(.text+0x220): undefined reference to `devm_regmap_init_vexpress_config' Fixes: 826fc86 ("drm: pl111: Move VExpress setup into versatile init") Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 5ea4dba commit 4dc7c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/pl111/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config DRM_PL111
33
tristate "DRM Support for PL111 CLCD Controller"
44
depends on DRM
5-
depends on ARM || ARM64 || COMPILE_TEST
5+
depends on VEXPRESS_CONFIG
66
depends on COMMON_CLK
77
select DRM_KMS_HELPER
88
select DRM_KMS_CMA_HELPER

0 commit comments

Comments
 (0)