Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/shmobile: make fbdev support really optional

Currently enabling SH Mobile 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 <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468586897-32298-9-git-send-email-tjakobi@math.uni-bielefeld.de

authored by

Tobias Jakobi and committed by
Daniel Vetter
505a2fca 400cc2de

-1
-1
drivers/gpu/drm/shmobile/Kconfig
··· 6 6 select BACKLIGHT_CLASS_DEVICE 7 7 select BACKLIGHT_LCD_SUPPORT 8 8 select DRM_KMS_HELPER 9 - select DRM_KMS_FB_HELPER 10 9 select DRM_KMS_CMA_HELPER 11 10 select DRM_GEM_CMA_HELPER 12 11 help