drm/arm: Make ARM devices menu depend on DRM
authorJavier Martinez Canillas <javierm@redhat.com>
Mon, 3 Jul 2023 23:05:27 +0000 (01:05 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Mon, 10 Jul 2023 16:55:21 +0000 (18:55 +0200)
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
drivers/gpu/drm/arm/Kconfig

index c1b8927..ddf2070 100644 (file)
@@ -1,5 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 menu "ARM devices"
+       depends on DRM
 
 config DRM_HDLCD
        tristate "ARM HDLCD"