Skip to content

Commit 4e56600

Browse files
keeslinusw
authored andcommitted
drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
VEXPRESS_CONFIG needs to either be missing, built-in, or modular when pl111 is modular. Update the Kconfig to reflect the need. Fixes: 4dc7c97 ("drm/pl111: depend on CONFIG_VEXPRESS_CONFIG") Signed-off-by: Kees Cook <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 0c6b522 commit 4e56600

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/pl111/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
config DRM_PL111
33
tristate "DRM Support for PL111 CLCD Controller"
44
depends on DRM
5-
depends on VEXPRESS_CONFIG
5+
depends on ARM || ARM64 || COMPILE_TEST
6+
depends on VEXPRESS_CONFIG || VEXPRESS_CONFIG=n
67
depends on COMMON_CLK
78
select DRM_KMS_HELPER
89
select DRM_KMS_CMA_HELPER

0 commit comments

Comments
 (0)