]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends
authorKees Cook <keescook@chromium.org>
Fri, 4 Jun 2021 01:40:55 +0000 (18:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Jul 2021 14:59:50 +0000 (16:59 +0200)
commit3b71f10c0676a553c8498e1aae8b61c003c29826
tree7bf5fd0158a047153c6515eae4aa4c545ee67799
parent0cb0e35ca206e62f34bd3b293ba7b8e2df51fa90
drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends

[ Upstream commit 4e566003571244f508408f59ce78f6ac2ccdba8e ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/pl111/Kconfig