summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javierm@redhat.com>2023-07-04 02:05:27 +0300
committerJavier Martinez Canillas <javierm@redhat.com>2023-07-10 19:55:21 +0300
commit087787034b5a7968959f568f3c4c6c290f519c22 (patch)
tree9926e5f19bcab8f03606a2a71511d628a07104a0 /drivers/gpu/drm/arm
parent35d67ee3e9c9bcaaab9f217cb3cc6dacf21f2b96 (diff)
downloadlinux-087787034b5a7968959f568f3c4c6c290f519c22.tar.xz
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 <javierm@redhat.com> Acked-by: Liviu Dudau <liviu.dudau@arm.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230703230534.997525-4-javierm@redhat.com
Diffstat (limited to 'drivers/gpu/drm/arm')
-rw-r--r--drivers/gpu/drm/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig
index c1b89274d2a4..ddf20708370f 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"