Re: [PATCH] drm: xlnx: fix build warning & errors when DMADEVICES is not set

2020-09-04 Thread Randy Dunlap
On 9/3/20 9:41 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig warnings & build errors caused by DRM_ZYNQMP_DPSUB. > > Any driver that selects DMA_ENGINE should make sure that > DMADEVICES is already enabled. > As is, this causes build errors in many other drivers. > > See

[PATCH] drm: xlnx: fix build warning & errors when DMADEVICES is not set

2020-09-03 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig warnings & build errors caused by DRM_ZYNQMP_DPSUB. Any driver that selects DMA_ENGINE should make sure that DMADEVICES is already enabled. As is, this causes build errors in many other drivers. See