projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6b522
)
drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
author
Kees Cook
<keescook@chromium.org>
Fri, 4 Jun 2021 01:40:55 +0000
(18:40 -0700)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 4 Jun 2021 13:02:26 +0000
(15:02 +0200)
VEXPRESS_CONFIG needs to either be missing, built-in, or modular when
pl111 is modular. Update the Kconfig to reflect the need.
Fixes:
4dc7c97d04dc
("drm/pl111: depend on CONFIG_VEXPRESS_CONFIG")
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210604014055.4060521-1-keescook@chromium.org
drivers/gpu/drm/pl111/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/pl111/Kconfig
b/drivers/gpu/drm/pl111/Kconfig
index
c5210a5
..
3aae387
100644
(file)
--- a/
drivers/gpu/drm/pl111/Kconfig
+++ b/
drivers/gpu/drm/pl111/Kconfig
@@
-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