From: Javier Martinez Canillas Date: Mon, 3 Jul 2023 23:05:27 +0000 (+0200) Subject: drm/arm: Make ARM devices menu depend on DRM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=087787034b5a7968959f568f3c4c6c290f519c22;p=linux.git drm/arm: Make ARM devices menu depend on DRM Otherwise if CONFIG_DRM is disabled, menuconfig will show an empty menu. Signed-off-by: Javier Martinez Canillas Acked-by: Liviu Dudau Link: https://patchwork.freedesktop.org/patch/msgid/20230703230534.997525-4-javierm@redhat.com --- diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig index c1b89274d2a44..ddf20708370f9 100644 --- a/drivers/gpu/drm/arm/Kconfig +++ b/drivers/gpu/drm/arm/Kconfig @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 menu "ARM devices" + depends on DRM config DRM_HDLCD tristate "ARM HDLCD"