[PATCH 21/21] drm/nouveau: make fbdev support really optional

2016-07-15 Thread Tobias Jakobi
Currently enabling Nouveau 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/nouveau/Kconfig | 6 -- 1 file changed, 6 deletions(-) diff

[PATCH 21/21] drm/nouveau: make fbdev support really optional

2016-07-15 Thread Sean Paul
On Fri, Jul 15, 2016 at 02:48:17PM +0200, Tobias Jakobi wrote: > Currently enabling Nouveau 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