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

2020-08-29 Thread Randy Dunlap
On 8/28/20 4:25 AM, Gerd Hoffmann wrote: > 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?

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

2020-08-28 Thread Gerd Hoffmann
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 _

[PATCH] drm: virtio: fix kconfig dependency warning

2020-08-26 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning by using a different Kconfig symbol. WARNING: unmet direct dependencies detected for VIRTIO_DMA_SHARED_BUFFER Depends on [n]: VIRTIO_MENU [=n] && DMA_SHARED_BUFFER [=y] Selected by [y]: - DRM_VIRTIO_GPU [=y] && HAS_IOMEM [=y] && DRM [=y] &&