Re: [PATCH v4 3/5] drm/arm: Make ARM devices menu depend on DRM

2023-07-10 Thread Javier Martinez Canillas
Liviu Dudau writes: Hello Liviu, > On Tue, Jul 04, 2023 at 01:05:27AM +0200, Javier Martinez Canillas wrote: >> Otherwise if CONFIG_DRM is disabled, menuconfig will show an empty menu. >> >> Signed-off-by: Javier Martinez Canillas > > Acked-by: Liviu Dudau > Thanks! I've pushed this to drm-m

Re: [PATCH v4 3/5] drm/arm: Make ARM devices menu depend on DRM

2023-07-04 Thread Liviu Dudau
On Tue, Jul 04, 2023 at 01:05:27AM +0200, Javier Martinez Canillas wrote: > Otherwise if CONFIG_DRM is disabled, menuconfig will show an empty menu. > > Signed-off-by: Javier Martinez Canillas Acked-by: Liviu Dudau Best regards, Liviu > --- > > (no changes since v1) > > drivers/gpu/drm/arm

[PATCH v4 3/5] drm/arm: Make ARM devices menu depend on DRM

2023-07-03 Thread Javier Martinez Canillas
Otherwise if CONFIG_DRM is disabled, menuconfig will show an empty menu. Signed-off-by: Javier Martinez Canillas --- (no changes since v1) drivers/gpu/drm/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/arm/Kconfig b/drivers/gpu/drm/arm/Kconfig index c1b89274d2a