[PATCH 17/21] drm/atmel-hlcdc: make fbdev support really optional

2016-07-15 Thread Tobias Jakobi
Currently enabling ATMEL HLCDC DRM support automatically pulls in fbdev dependency. However this dep is unnecessary since DRM core already handles this for us (DRM_FBDEV_EMULATION). Signed-off-by: Tobias Jakobi --- drivers/gpu/drm/atmel-hlcdc/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --

[PATCH 17/21] drm/atmel-hlcdc: make fbdev support really optional

2016-07-15 Thread Sean Paul
On Fri, Jul 15, 2016 at 02:48:13PM +0200, Tobias Jakobi wrote: > Currently enabling ATMEL HLCDC DRM support automatically pulls > in fbdev dependency. However this dep is unnecessary since > DRM core already handles this for us (DRM_FBDEV_EMULATION). > > Signed-off-by: Tobias Jakobi Applied to d