Commit 4e566003 authored by Kees Cook's avatar Kees Cook Committed by Linus Walleij
Browse files

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: 4dc7c97d ("drm/pl111: depend on CONFIG_VEXPRESS_CONFIG")
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210604014055.4060521-1-keescook@chromium.org
parent 0c6b522a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@
config DRM_PL111
	tristate "DRM Support for PL111 CLCD Controller"
	depends on DRM
	depends on VEXPRESS_CONFIG
	depends on ARM || ARM64 || COMPILE_TEST
	depends on VEXPRESS_CONFIG || VEXPRESS_CONFIG=n
	depends on COMMON_CLK
	select DRM_KMS_HELPER
	select DRM_KMS_CMA_HELPER