On Thu, Jun 3, 2021 at 8:40 PM Kees Cook keescook@chromium.org wrote:
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
v2: use expected Kconfig style to express this. :) v1: https://lore.kernel.org/lkml/20210603215819.3904733-1-keescook@chromium.org
drivers/gpu/drm/pl111/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: Rob Herring robh@kernel.org