Skip to content

Commit 0877870

Browse files
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
1 parent 35d67ee commit 0877870

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/arm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
menu "ARM devices"
3+
depends on DRM
34

45
config DRM_HDLCD
56
tristate "ARM HDLCD"

0 commit comments

Comments
 (0)