[RFC 19/21] drm/rcar-du: Remove FB_KMS_HELPER config option

2015-08-01 Thread Laurent Pinchart
Hi Archit, Thank you for the patch. On Monday 13 July 2015 12:14:06 Archit Taneja wrote: > The driver internally uses drm_fb_cma helpers to emulate fbdev and > allocate buffers. It doesn't need to select DRM_FB_KMS_HELPER. This > will be managed by the config option DRM_KMS_CMA_HELPER. > > Cc: L

[RFC 19/21] drm/rcar-du: Remove FB_KMS_HELPER config option

2015-07-13 Thread Archit Taneja
The driver internally uses drm_fb_cma helpers to emulate fbdev and allocate buffers. It doesn't need to select DRM_FB_KMS_HELPER. This will be managed by the config option DRM_KMS_CMA_HELPER. Cc: Laurent Pinchart Signed-off-by: Archit Taneja --- drivers/gpu/drm/rcar-du/Kconfig | 1 - 1 file ch