[PATCH] drm: atmel-hlcdc: Add dependency on ARM

2015-01-26 Thread Nicolas Ferre
Le 24/01/2015 18:15, Boris Brezillon a écrit : > Hi Guenter, > > On Fri, 23 Jan 2015 12:44:10 -0800 > Guenter Roeck wrote: > >> On 01/23/2015 12:03 PM, Boris Brezillon wrote: >>> The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of >>> symbols only available when HAVE_DMA_ATTRS

[PATCH] drm: atmel-hlcdc: Add dependency on ARM

2015-01-24 Thread Boris Brezillon
Hi Guenter, On Fri, 23 Jan 2015 12:44:10 -0800 Guenter Roeck wrote: > On 01/23/2015 12:03 PM, Boris Brezillon wrote: > > The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of > > symbols only available when HAVE_DMA_ATTRS is selected. > > Add a dependency on the ARM architecture w

[PATCH] drm: atmel-hlcdc: Add dependency on ARM

2015-01-23 Thread Boris Brezillon
The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of symbols only available when HAVE_DMA_ATTRS is selected. Add a dependency on the ARM architecture which select this option. Signed-off-by: Boris Brezillon --- drivers/gpu/drm/atmel-hlcdc/Kconfig | 2 +- 1 file changed, 1 inserti

[PATCH] drm: atmel-hlcdc: Add dependency on ARM

2015-01-23 Thread Guenter Roeck
On 01/23/2015 12:03 PM, Boris Brezillon wrote: > The atmel-hlcdc driver selects DRM_GEM_CMA_HELPER which makes use of > symbols only available when HAVE_DMA_ATTRS is selected. > Add a dependency on the ARM architecture which select this option. > > Signed-off-by: Boris Brezillon > --- > drivers/