Re: [PATCH] drm: virtio: fix kconfig dependency warning

From: Gerd Hoffmann
Date: Fri Aug 28 2020 - 07:26:39 EST


Hi,

> config DRM_VIRTIO_GPU
> tristate "Virtio GPU driver"
> - depends on DRM && VIRTIO && MMU
> + depends on DRM && VIRTIO_MENU && MMU

Shouldn't this depend on both VIRTIO and VIRTIO_MENU, simliar to the
other virtio drivers?

take care,
Gerd